@mpxjs/cli 2.6.79 → 2.7.0

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.
Files changed (2) hide show
  1. package/bin/mpx-init.js +1 -1
  2. package/package.json +2 -2
package/bin/mpx-init.js CHANGED
@@ -119,7 +119,7 @@ function run () {
119
119
  } else {
120
120
  checkVersion(() => {
121
121
  // use official templates
122
- const officialTemplate = 'mpx-ecology/' + template
122
+ const officialTemplate = 'mpx-ecology/' + template + '#feat-webpack5-adapt'
123
123
  downloadAndGenerate(officialTemplate)
124
124
  })
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/cli",
3
- "version": "2.6.79",
3
+ "version": "2.7.0",
4
4
  "description": "mpx脚手架",
5
5
  "bin": {
6
6
  "mpx": "bin/mpx.js",
@@ -58,5 +58,5 @@
58
58
  "scripts": {
59
59
  "test": "echo \"Error: run tests from root\" && exit 1"
60
60
  },
61
- "gitHead": "e067b32ca452ebe6333f8992bc1e8d85c16f215f"
61
+ "gitHead": "0f2454782bfca526bd281618b99b9aacb1ca2a75"
62
62
  }