@ray-js/builder-mp 0.10.0 → 0.10.2
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.
@@ -26,7 +26,7 @@ exports.default = {
|
|
26
26
|
configWebpack(context) {
|
27
27
|
const { config } = context;
|
28
28
|
const { target } = builder_1.builder.options;
|
29
|
-
alias('ray', '@ray-js/ray', config)
|
29
|
+
// alias('ray', '@ray-js/ray', config)
|
30
30
|
// 修改 mini-css-extract-plugin 的配置
|
31
31
|
config.plugin('mini-css-extract-plugin').tap(([options]) => [Object.assign(Object.assign({}, options), { ignoreOrder: true })]);
|
32
32
|
// 收敛 babel.config 配置
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/builder-mp",
|
3
|
-
"version": "0.10.
|
3
|
+
"version": "0.10.2",
|
4
4
|
"description": "Ray builder for mini program",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -28,10 +28,10 @@
|
|
28
28
|
"@ray-core/build-store": "^0.1.3",
|
29
29
|
"@ray-core/cli": "^0.1.3",
|
30
30
|
"@ray-core/ray": "^0.1.3",
|
31
|
-
"@ray-js/adapter": "^0.10.
|
31
|
+
"@ray-js/adapter": "^0.10.2",
|
32
32
|
"@ray-js/rjs-for-wechat": "^0.0.3",
|
33
|
-
"@ray-js/shared": "^0.10.
|
34
|
-
"@ray-js/types": "^0.10.
|
33
|
+
"@ray-js/shared": "^0.10.2",
|
34
|
+
"@ray-js/types": "^0.10.2",
|
35
35
|
"babel-loader": "^8.2.3",
|
36
36
|
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
37
37
|
"babel-plugin-transform-prune-unused-imports": "^1.0.1",
|
@@ -62,6 +62,6 @@
|
|
62
62
|
"email": "tuyafe@tuya.com"
|
63
63
|
}
|
64
64
|
],
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "05f65fee00b3174d78bd9201df6eb8cedfcfe03f",
|
66
66
|
"repository": {}
|
67
67
|
}
|