@dcloudio/vue-cli-plugin-uni 2.0.2-alpha-3061720230111001 → 2.0.2-alpha-3070020230114001

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/h5/index.js CHANGED
@@ -107,7 +107,7 @@ module.exports = {
107
107
 
108
108
  return {
109
109
  resolve: {
110
- extensions: ['.nvue'],
110
+ extensions: ['.uts', '.nvue'],
111
111
  alias: {
112
112
  'vue-router': resolve('packages/h5-vue-router'),
113
113
  'uni-h5': require.resolve('@dcloudio/uni-h5')
package/lib/mp/index.js CHANGED
@@ -251,7 +251,7 @@ ${globalEnv}.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;`
251
251
  hints: false
252
252
  },
253
253
  resolve: {
254
- extensions: ['.nvue'],
254
+ extensions: ['.uts', '.nvue'],
255
255
  alias
256
256
  },
257
257
  module: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/vue-cli-plugin-uni",
3
- "version": "2.0.2-alpha-3061720230111001",
3
+ "version": "2.0.2-alpha-3070020230114001",
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.2-alpha-3061720230111001",
20
+ "@dcloudio/uni-stat": "^2.0.2-alpha-3070020230114001",
21
21
  "buffer-json": "^2.0.0",
22
22
  "clone-deep": "^4.0.1",
23
23
  "cross-env": "^5.2.0",
@@ -41,5 +41,5 @@
41
41
  "copy-webpack-plugin": ">=5",
42
42
  "postcss": ">=7"
43
43
  },
44
- "gitHead": "839461ed6373279c12b41df587d23b98bc9d033c"
44
+ "gitHead": "81b7d28e527da6d655d63d821e81c038faaf8f33"
45
45
  }