ms-vite-plugin 0.1.3 → 0.1.4

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 -1
  2. package/package.json +1 -1
package/dist/build.js CHANGED
@@ -113,12 +113,12 @@ const buildAll = async (isDev = true, workspacePath) => {
113
113
  plugins: isDev
114
114
  ? [returnMain()]
115
115
  : [
116
+ returnMain(),
116
117
  (0, vite_plugin_bundle_obfuscator_1.default)({
117
118
  autoExcludeNodeModules: true,
118
119
  threadPool: true,
119
120
  options: obfuscatorConfig,
120
121
  }),
121
- returnMain(),
122
122
  ],
123
123
  });
124
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-vite-plugin",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "publishConfig": {