kn-cli 1.0.117 → 1.0.119

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.
@@ -20,6 +20,7 @@
20
20
  "@babel/plugin-proposal-optional-chaining": "~7.8.3",
21
21
  "@babel/plugin-proposal-private-methods": "~7.8.3",
22
22
  "@babel/plugin-transform-runtime": "7.5.0",
23
+ "@babel/plugin-transform-regenerator": "~7.27.5",
23
24
  "@babel/polyfill": "~7.8.7",
24
25
  "@babel/preset-env": "7.7.7",
25
26
  "@babel/preset-react": "~7.8.3",
@@ -52,7 +52,12 @@ const devServer=CLI_CONFIG?.devServer??{};
52
52
  const prject_name = CLI_CONFIG?.name??'';
53
53
  const sourceMapLocal = CLI_CONFIG?.sourcemap?.local??false;//是否将soucemap改为本地
54
54
 
55
-
55
+ warn(`=====================env-webpack=========================`);
56
+ warn(`devMode:${devMode}`);
57
+ warn(`hashMode:${hashMode}`);
58
+ warn(`cssSplitMode:${cssSplitMode}`);
59
+ warn(`sourceMapLocal:${sourceMapLocal}`);
60
+ warn(`=====================env-webpack end=========================`);
56
61
 
57
62
  let distFolder = 'dist';
58
63
  let distJsFolder='';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.117",
3
+ "version": "1.0.119",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {