Skip to content

Commit

Permalink
fix: add .min to common bundle minified.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jan 3, 2024
1 parent 6cadfec commit 20234e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports.default = {
sourcemap: true,
},
{
file: "dist/dwait.common.js",
file: "dist/dwait.common.min.js",
format: "cjs",
plugins: [terser()],
sourcemap: true,
Expand Down

0 comments on commit 20234e2

Please sign in to comment.