@ray-js/builder-mp 1.4.50 → 1.4.52
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/ray-core.js +1 -1
- package/package.json +10 -10
package/lib/ray-core.js
CHANGED
|
@@ -52,7 +52,7 @@ function getRayCoreOptions() {
|
|
|
52
52
|
const api = builder_1.builder.api;
|
|
53
53
|
// @ts-ignore
|
|
54
54
|
const plugins = innerPlugins.concat(api.plugins);
|
|
55
|
-
const remaxBuildConfig = Object.assign(Object.assign({}, remaxDefaultOptions), { UNSAFE_wechatTemplateDepth: Object.assign(UNSAFE_wechatTemplateDepth, defaultTemplateDepth), compressTemplate: mini, pxToRpx: false, minimize: mini, analyze,
|
|
55
|
+
const remaxBuildConfig = Object.assign(Object.assign({}, remaxDefaultOptions), { UNSAFE_wechatTemplateDepth: Object.assign(UNSAFE_wechatTemplateDepth, defaultTemplateDepth, api.config.UNSAFE_wechatTemplateDepth), compressTemplate: mini, pxToRpx: false, minimize: mini, analyze,
|
|
56
56
|
cwd, loglevel: 'warn', rootDir: source, target, output: path_1.default.relative(cwd, output), watch,
|
|
57
57
|
plugins,
|
|
58
58
|
blended });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/builder-mp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.52",
|
|
4
4
|
"description": "Ray builder for mini program",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ray"
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@babel/template": "^7.24.0",
|
|
30
30
|
"@babel/traverse": "^7.24.1",
|
|
31
31
|
"@babel/types": "^7.24.0",
|
|
32
|
-
"@ray-core/babel-preset-remax": "^0.
|
|
33
|
-
"@ray-core/build-store": "^0.
|
|
34
|
-
"@ray-core/cli": "^0.
|
|
35
|
-
"@ray-core/ray": "^0.
|
|
36
|
-
"@ray-js/adapter": "1.4.
|
|
32
|
+
"@ray-core/babel-preset-remax": "^0.4.0",
|
|
33
|
+
"@ray-core/build-store": "^0.4.0",
|
|
34
|
+
"@ray-core/cli": "^0.4.0",
|
|
35
|
+
"@ray-core/ray": "^0.4.0",
|
|
36
|
+
"@ray-js/adapter": "1.4.52",
|
|
37
37
|
"@ray-js/rjs-for-wechat": "^0.0.3",
|
|
38
|
-
"@ray-js/shared": "1.4.
|
|
39
|
-
"@ray-js/types": "1.4.
|
|
38
|
+
"@ray-js/shared": "1.4.52",
|
|
39
|
+
"@ray-js/types": "1.4.52",
|
|
40
40
|
"babel-loader": "^8.3.0",
|
|
41
41
|
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
|
|
42
42
|
"babel-plugin-transform-prune-unused-imports": "^1.0.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"webpack-virtual-modules": "^0.4.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@ray-core/types": "^0.
|
|
57
|
+
"@ray-core/types": "^0.4.0",
|
|
58
58
|
"@types/jest": "^29.5.12",
|
|
59
59
|
"@types/node": "^20.11.30",
|
|
60
60
|
"babel-plugin-tester": "^10.1.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public",
|
|
67
67
|
"registry": "https://registry.npmjs.org"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "a33185e617507f1a5406e074e3369ce4902dc04a"
|
|
70
70
|
}
|