@dcloudio/vue-cli-plugin-uni 2.0.1-32920211122002 → 2.0.1-32920211122003
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/lib/mp/index.js +3 -0
- package/package.json +3 -3
package/lib/mp/index.js
CHANGED
|
@@ -197,6 +197,9 @@ module.exports = {
|
|
|
197
197
|
alias.vuex = require.resolve('@dcloudio/vue-cli-plugin-uni/packages/vuex3')
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
+
// 使用外层依赖的版本
|
|
201
|
+
alias['regenerator-runtime'] = require.resolve('regenerator-runtime')
|
|
202
|
+
|
|
200
203
|
return {
|
|
201
204
|
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
|
|
202
205
|
entry () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/vue-cli-plugin-uni",
|
|
3
|
-
"version": "2.0.1-
|
|
3
|
+
"version": "2.0.1-32920211122003",
|
|
4
4
|
"description": "uni-app plugin for vue-cli 3",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "fxy060608",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcloudio/uni-stat": "^2.0.1-
|
|
20
|
+
"@dcloudio/uni-stat": "^2.0.1-32920211122003",
|
|
21
21
|
"buffer-json": "^2.0.0",
|
|
22
22
|
"copy-webpack-plugin": "^5.1.1",
|
|
23
23
|
"cross-env": "^5.2.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"wrap-loader": "^0.2.0",
|
|
38
38
|
"xregexp": "4.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "547072012788a28569b9b8d073b22715a9f6dbb1"
|
|
41
41
|
}
|