ms-vite-plugin 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/dist/build.js +1 -0
  2. package/package.json +1 -1
package/dist/build.js CHANGED
@@ -88,6 +88,7 @@ const buildAll = async (isDev = true, workspacePath) => {
88
88
  outDir: "msbundle/scripts",
89
89
  emptyOutDir: false, // 不要每次清空输出目录
90
90
  sourcemap: isDev,
91
+ minify: !isDev, // 开发环境不压缩变量名
91
92
  },
92
93
  plugins: isDev
93
94
  ? []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-vite-plugin",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "publishConfig": {