@nx/webpack 17.2.0-beta.1 → 17.2.0-beta.3

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": "17.2.0-beta.1",
3
+ "version": "17.2.0-beta.3",
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": {
@@ -62,9 +62,9 @@
62
62
  "webpack-dev-server": "^4.9.3",
63
63
  "webpack-node-externals": "^3.0.0",
64
64
  "webpack-subresource-integrity": "^5.1.0",
65
- "@nx/devkit": "17.2.0-beta.1",
66
- "@nx/js": "17.2.0-beta.1",
67
- "@nrwl/webpack": "17.2.0-beta.1"
65
+ "@nx/devkit": "17.2.0-beta.3",
66
+ "@nx/js": "17.2.0-beta.3",
67
+ "@nrwl/webpack": "17.2.0-beta.3"
68
68
  },
69
69
  "publishConfig": {
70
70
  "access": "public"
@@ -255,7 +255,7 @@
255
255
  "isolatedConfig": {
256
256
  "type": "boolean",
257
257
  "description": "Do not apply Nx webpack plugins automatically. Plugins need to be applied in the project's webpack.config.js file (e.g. withNx, withReact, etc.).",
258
- "default": false
258
+ "default": true
259
259
  },
260
260
  "extractLicenses": {
261
261
  "type": "boolean",