@tuya-sat/micro-script 3.0.17-beta.1 → 3.0.17-beta.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.
@@ -202,7 +202,13 @@ function getCommonConfig({ isDev, isBuild, }) {
202
202
  }),
203
203
  isBuild && enableThemeCompile && new micro_dev_loader_1.ThemePlugin(),
204
204
  isBuild && new webpack_manifest_plugin_1.WebpackManifestPlugin({}),
205
- isBuild && new webpack_stats_plugin_1.StatsWriterPlugin({}),
205
+ isBuild &&
206
+ new webpack_stats_plugin_1.StatsWriterPlugin({
207
+ stats: {
208
+ all: false,
209
+ entryPoints: true,
210
+ },
211
+ }),
206
212
  ].filter((value) => Boolean(value)),
207
213
  };
208
214
  return baseConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-script",
3
- "version": "3.0.17-beta.1",
3
+ "version": "3.0.17-beta.2",
4
4
  "bin": "./dist/bin/cli.js",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
23
23
  "@babel/preset-typescript": "7.16.7",
24
24
  "@babel/traverse": "^7.20.13",
25
25
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
26
- "@tuya-sat/micro-dev-loader": "3.0.17-beta.1",
27
- "@tuya-sat/micro-dev-proxy": "3.0.17-beta.1",
28
- "@tuya-sat/micro-utils": "3.0.17-beta.1",
26
+ "@tuya-sat/micro-dev-loader": "3.0.17-beta.2",
27
+ "@tuya-sat/micro-dev-proxy": "3.0.17-beta.2",
28
+ "@tuya-sat/micro-utils": "3.0.17-beta.2",
29
29
  "@types/kill-port": "^2.0.0",
30
30
  "babel-loader": "8.2.4",
31
31
  "babel-plugin-import": "1.13.3",