@nrwl/react 15.8.0-beta.4 → 15.8.0-beta.6
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 +6 -6
- package/plugins/webpack.d.ts +3 -1
- package/plugins/webpack.js +4 -1
- package/plugins/webpack.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "15.8.0-beta.
|
|
3
|
+
"version": "15.8.0-beta.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"migrations": "./migrations.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nrwl/devkit": "15.8.0-beta.
|
|
35
|
-
"@nrwl/js": "15.8.0-beta.
|
|
36
|
-
"@nrwl/linter": "15.8.0-beta.
|
|
37
|
-
"@nrwl/workspace": "15.8.0-beta.
|
|
34
|
+
"@nrwl/devkit": "15.8.0-beta.6",
|
|
35
|
+
"@nrwl/js": "15.8.0-beta.6",
|
|
36
|
+
"@nrwl/linter": "15.8.0-beta.6",
|
|
37
|
+
"@nrwl/workspace": "15.8.0-beta.6",
|
|
38
38
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
39
39
|
"chalk": "^4.1.0",
|
|
40
40
|
"minimatch": "3.0.5"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"types": "./index.d.ts",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "5fa5f551c8863b9fd0c99921318acfe7ef2158a5"
|
|
47
47
|
}
|
package/plugins/webpack.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/** @deprecated use `import { withReact } from '@nrwl/react'` */
|
|
2
|
+
declare const getWebpackConfig: (config: import("webpack").Configuration, context: import("../../../build/packages/webpack").NxWebpackExecutionContext) => import("webpack").Configuration;
|
|
3
|
+
export { getWebpackConfig };
|
package/plugins/webpack.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getWebpackConfig = void 0;
|
|
3
4
|
const with_react_1 = require("./with-react");
|
|
4
5
|
// Support existing default exports as well as new named export.
|
|
5
6
|
const legacyExport = (0, with_react_1.withReact)();
|
|
@@ -7,6 +8,8 @@ legacyExport.withReact = with_react_1.withReact;
|
|
|
7
8
|
/** @deprecated use `import { withReact } from '@nrwl/react'` */
|
|
8
9
|
// This is here for backward compatibility if anyone imports {getWebpackConfig} directly.
|
|
9
10
|
// TODO(jack): Remove in Nx 16
|
|
10
|
-
|
|
11
|
+
const getWebpackConfig = (0, with_react_1.withReact)();
|
|
12
|
+
exports.getWebpackConfig = getWebpackConfig;
|
|
13
|
+
legacyExport.getWebpackConfig = getWebpackConfig;
|
|
11
14
|
module.exports = legacyExport;
|
|
12
15
|
//# sourceMappingURL=webpack.js.map
|
package/plugins/webpack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webpack.js","sourceRoot":"","sources":["../../../../packages/react/plugins/webpack.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webpack.js","sourceRoot":"","sources":["../../../../packages/react/plugins/webpack.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AAEzC,gEAAgE;AAChE,MAAM,YAAY,GAAQ,IAAA,sBAAS,GAAE,CAAC;AACtC,YAAY,CAAC,SAAS,GAAG,sBAAS,CAAC;AAEnC,gEAAgE;AAChE,yFAAyF;AACzF,8BAA8B;AAC9B,MAAM,gBAAgB,GAAG,IAAA,sBAAS,GAAE,CAAC;AAM5B,4CAAgB;AAJzB,YAAY,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;AAEjD,MAAM,CAAC,OAAO,GAAG,YAAY,CAAC"}
|