@nx/webpack 22.2.0 → 22.2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/webpack",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
|
6
6
|
"repository": {
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"webpack-dev-server": "^5.2.1",
|
|
65
65
|
"webpack-node-externals": "^3.0.0",
|
|
66
66
|
"webpack-subresource-integrity": "^5.1.0",
|
|
67
|
-
"@nx/devkit": "22.2.
|
|
68
|
-
"@nx/js": "22.2.
|
|
67
|
+
"@nx/devkit": "22.2.1",
|
|
68
|
+
"@nx/js": "22.2.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"nx": "22.2.
|
|
71
|
+
"nx": "22.2.1"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
@@ -168,7 +168,7 @@ function applyNxIndependentConfig(options, config) {
|
|
|
168
168
|
warnings: true,
|
|
169
169
|
errors: true,
|
|
170
170
|
colors: !options.verbose && !options.statsJson,
|
|
171
|
-
chunks:
|
|
171
|
+
chunks: !!options.verbose,
|
|
172
172
|
assets: !!options.verbose,
|
|
173
173
|
chunkOrigins: !!options.verbose,
|
|
174
174
|
chunkModules: !!options.verbose,
|