@qse/edu-scripts 1.14.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -361,7 +361,7 @@ module.exports = function getWebpackConfig(args, override) {
|
|
|
361
361
|
drop: ["debugger"],
|
|
362
362
|
keepNames: false,
|
|
363
363
|
legalComments: "none",
|
|
364
|
-
target: "
|
|
364
|
+
target: "es5"
|
|
365
365
|
}),
|
|
366
366
|
// This is only used in production mode
|
|
367
367
|
override.minify === "terser" && new TerserPlugin({
|
package/package.json
CHANGED
|
@@ -387,7 +387,7 @@ module.exports = function getWebpackConfig(args, override) {
|
|
|
387
387
|
drop: ['debugger'],
|
|
388
388
|
keepNames: false,
|
|
389
389
|
legalComments: 'none',
|
|
390
|
-
target: '
|
|
390
|
+
target: 'es5',
|
|
391
391
|
}),
|
|
392
392
|
// This is only used in production mode
|
|
393
393
|
override.minify === 'terser' &&
|