@nx/webpack 16.8.0-beta.1 → 16.8.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": "16.8.0-beta.
|
|
3
|
+
"version": "16.8.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": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/core": "^7.22.9",
|
|
33
|
-
"@nrwl/webpack": "16.8.0-beta.
|
|
34
|
-
"@nx/devkit": "16.8.0-beta.
|
|
35
|
-
"@nx/js": "16.8.0-beta.
|
|
33
|
+
"@nrwl/webpack": "16.8.0-beta.3",
|
|
34
|
+
"@nx/devkit": "16.8.0-beta.3",
|
|
35
|
+
"@nx/js": "16.8.0-beta.3",
|
|
36
36
|
"autoprefixer": "^10.4.9",
|
|
37
37
|
"babel-loader": "^9.1.2",
|
|
38
38
|
"browserslist": "^4.21.4",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"copy-webpack-plugin": "^10.2.4",
|
|
42
42
|
"css-loader": "^6.4.0",
|
|
43
43
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
44
|
-
"dotenv": "~16.3.1",
|
|
45
44
|
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
46
45
|
"ignore": "^5.0.4",
|
|
47
46
|
"less": "4.1.3",
|
|
@@ -73,5 +72,5 @@
|
|
|
73
72
|
"access": "public"
|
|
74
73
|
},
|
|
75
74
|
"type": "commonjs",
|
|
76
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "dcd48165a485bc8db57a1fb02b96a0772de3b7e9"
|
|
77
76
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.webpackExecutor = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
require("dotenv/config");
|
|
6
5
|
const devkit_1 = require("@nx/devkit");
|
|
7
6
|
const rxjs_for_await_1 = require("@nx/devkit/src/utils/rxjs-for-await");
|
|
8
7
|
const rxjs_1 = require("rxjs");
|