kn-cli 1.0.33 → 1.0.35

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.
@@ -464,6 +464,7 @@ if(cssSplitMode){
464
464
 
465
465
  module.exports = {
466
466
  mode: devMode ? 'development' : 'production',
467
+ devtool:false,
467
468
  devServer: {
468
469
  disableHostCheck: true,
469
470
  contentBase: distFolder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -65,6 +65,12 @@ module.exports = {
65
65
  ```
66
66
 
67
67
  # 更新日志
68
+ * 1.0.35
69
+ soucemap异常bug
70
+
71
+ * 1.0.34
72
+ 修改模板中环境变量的设定方式,改为export方式
73
+
68
74
  * 1.0.33
69
75
  增加indexHtml配置
70
76
 
@@ -3,8 +3,8 @@ then
3
3
  . ${HOME}/.nvm/nvm.sh
4
4
  fi
5
5
 
6
- mock=0
7
- noSkipNpmInstall=1
6
+ export mock=0
7
+ export noSkipNpmInstall=1
8
8
  node_version="v16.18.0"
9
9
 
10
10
  checkNode(){