@tuya-sat/micro-script 3.0.4 → 3.0.6
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.
|
@@ -200,7 +200,7 @@ function getCommonConfig({ isDev, isBuild, }) {
|
|
|
200
200
|
chunkFilename: 'static/css/[name].[contenthash:8].chunk.css',
|
|
201
201
|
}),
|
|
202
202
|
isBuild && enableThemeCompile && new micro_dev_loader_1.ThemePlugin(),
|
|
203
|
-
|
|
203
|
+
isBuild && new webpack_manifest_plugin_1.WebpackManifestPlugin({}),
|
|
204
204
|
].filter((value) => Boolean(value)),
|
|
205
205
|
};
|
|
206
206
|
return baseConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-script",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"bin": "./dist/bin/cli.js",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@babel/preset-react": "7.16.7",
|
|
21
21
|
"@babel/preset-typescript": "7.16.7",
|
|
22
22
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
23
|
-
"@tuya-sat/micro-dev-loader": "3.0.
|
|
24
|
-
"@tuya-sat/micro-dev-proxy": "3.0.
|
|
25
|
-
"@tuya-sat/micro-utils": "3.0.
|
|
23
|
+
"@tuya-sat/micro-dev-loader": "3.0.6",
|
|
24
|
+
"@tuya-sat/micro-dev-proxy": "3.0.6",
|
|
25
|
+
"@tuya-sat/micro-utils": "3.0.6",
|
|
26
26
|
"@types/kill-port": "^2.0.0",
|
|
27
27
|
"babel-loader": "8.2.4",
|
|
28
28
|
"babel-plugin-import": "1.13.3",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"webpack": "5.75.0",
|
|
63
63
|
"webpack-cli": "5.0.1",
|
|
64
64
|
"webpack-dev-server": "4.11.1",
|
|
65
|
+
"webpack-manifest-plugin": "^5.0.0",
|
|
65
66
|
"webpack-merge": "5.8.0"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
@@ -71,8 +72,7 @@
|
|
|
71
72
|
"jest": "27.5.1",
|
|
72
73
|
"terser-webpack-plugin": "^5.3.6",
|
|
73
74
|
"ts-jest": "27.1.3",
|
|
74
|
-
"typescript": "4.6.2"
|
|
75
|
-
"webpack-manifest-plugin": "^5.0.0"
|
|
75
|
+
"typescript": "4.6.2"
|
|
76
76
|
},
|
|
77
77
|
"keywords": [
|
|
78
78
|
"saturn-project",
|