@zohodesk/react-cli 1.1.6-exp.1 → 1.1.6-exp.2
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/README.md +37 -44
- package/docs/CustomChunks.md +6 -6
- package/lib/common/splitChunks.js +71 -45
- package/lib/common/testPattern.js +9 -9
- package/lib/configs/resolvers.js +1 -2
- package/lib/configs/webpack.dev.config.js +0 -4
- package/lib/configs/webpack.prod.config.js +0 -4
- package/lib/plugins/ResourceHintsPlugin.js +5 -3
- package/lib/schemas/index.js +1 -0
- package/lib/utils/getOptions.js +25 -7
- package/npm-shrinkwrap.json +19017 -182
- package/package.json +2 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zohodesk/react-cli",
|
3
|
-
"version": "1.1.6-exp.
|
3
|
+
"version": "1.1.6-exp.2",
|
4
4
|
"description": "A CLI tool for build modern web application and libraries",
|
5
5
|
"scripts": {
|
6
6
|
"init": "node ./lib/utils/init.js",
|
@@ -104,11 +104,7 @@
|
|
104
104
|
"webpack-dev-middleware": "3.7.2",
|
105
105
|
"ws": "7.3.1",
|
106
106
|
"xhr2": "0.2.0",
|
107
|
-
"xmlhttprequest": "1.8.0"
|
108
|
-
"ts-loader": "8.2.0",
|
109
|
-
"typescript": "5.0.4",
|
110
|
-
"@types/node": "12.0.4",
|
111
|
-
"@types/webpack": "4.4.32"
|
107
|
+
"xmlhttprequest": "1.8.0"
|
112
108
|
},
|
113
109
|
"babel": {
|
114
110
|
"presets": [
|