Fix prod builder

This commit is contained in:
2026-03-23 22:20:57 +01:00
parent d24242d3e4
commit 5e578a292a
9 changed files with 60 additions and 25 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ module.exports = (args = {}) =>
},
output: Object.assign({}, common.output, {
filename: '[name]-[chunkhash:10].js',
path: path.resolve(__dirname, 'dist', 'browser' , outDir, 'scripts'),
path: path.resolve(__dirname, 'build', outDir, 'scripts'),
}),
devtool: script === 'bootstrap' ? 'source-map' : false,
module: {