Skip to content

Commit

Permalink
fix: rename umd filename generate-password.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2022
1 parent e593bab commit 24e2e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export default [
input: 'src/index.ts',
output: [
{
// file: 'dist/generate-password.min.js',
file: `dist/generate-password.v${pkg.version}.min.js`,
file: 'dist/generate-password.min.js',
// file: `dist/generate-password.v${pkg.version}.min.js`,
format: 'umd',
name: 'GeneratePassword',
banner: banner.onebanner(),
Expand Down

0 comments on commit 24e2e93

Please sign in to comment.