mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix sourcemaps not being generated
This commit is contained in:
parent
669ee3e9b6
commit
effc9514bb
@ -83,7 +83,7 @@ module.exports = ({
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
parallel: true,
|
||||
sourceMap: false,
|
||||
sourceMap: true,
|
||||
cache: false,
|
||||
terserOptions: {
|
||||
ecma: es6 ? 6 : 5,
|
||||
|
Loading…
Reference in New Issue
Block a user