1
0
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:
Tobias Springer 2020-05-09 17:19:27 +02:00
parent 669ee3e9b6
commit effc9514bb

View File

@ -83,7 +83,7 @@ module.exports = ({
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
parallel: true, parallel: true,
sourceMap: false, sourceMap: true,
cache: false, cache: false,
terserOptions: { terserOptions: {
ecma: es6 ? 6 : 5, ecma: es6 ? 6 : 5,