Skip to content

Commit e65c304

Browse files
committed
refactor: go back to update: true
Because I now realize that's the only way we can an "mjs" and "js" key in there; both are needed. Update is racy, which might explain the corrupted output.
1 parent 2d9043c commit e65c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.production.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = BUILDS.map(({name, filename, targets, terserOptions}) => {
5858
fullPath: false,
5959
path: path.resolve(__dirname, 'dist'),
6060
prettyPrint: true,
61-
update: false,
61+
update: true,
6262
}),
6363
new MiniCssExtractPlugin({
6464
filename: 'styles-[contenthash].css',

0 commit comments

Comments
 (0)