weboptimizer 4.0.43 → 4.0.44

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.
Files changed (1) hide show
  1. package/package.json +3 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.43",
3
+ "version": "4.0.44",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1475",
97
+ "clientnode": "4.0.1477",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -1068,10 +1068,7 @@
1068
1068
  },
1069
1069
  "loader": []
1070
1070
  },
1071
- "runtimeChunk": {
1072
- "#": "We need to include a single shared runtime chunk into the bundle to avoid duplication of runtime code.",
1073
- "__evaluate__": "self.givenCommandLineArguments[2] === 'serve' ? 'single' : false"
1074
- },
1071
+ "runtimeChunk": false,
1075
1072
  "terser": {
1076
1073
  "terserOptions": {
1077
1074
  "compress": {
@@ -1512,10 +1509,6 @@
1512
1509
  },
1513
1510
  "module": {
1514
1511
  "optimizer": {
1515
- "runtimeChunk": {
1516
- "#": "We need to include a single shared runtime chunk into the bundle to avoid duplication of runtime code.",
1517
- "__evaluate__": "self.givenCommandLineArguments[2] === 'serve' ? 'single' : false"
1518
- },
1519
1512
  "terser": {
1520
1513
  "terserOptions": {
1521
1514
  "compress": {