@weapp-vite/volar 2.0.1 → 2.0.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.
package/dist/index.cjs CHANGED
@@ -298,6 +298,3 @@ var plugin = (ctx) => {
298
298
  };
299
299
  };
300
300
  var index_default = plugin;
301
- if (typeof module !== "undefined") {
302
- module.exports = plugin;
303
- }
package/dist/index.mjs CHANGED
@@ -264,9 +264,6 @@ var plugin = (ctx) => {
264
264
  };
265
265
  };
266
266
  var index_default = plugin;
267
- if (typeof module !== "undefined") {
268
- module.exports = plugin;
269
- }
270
267
  export {
271
268
  index_default as default
272
269
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-vite/volar",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Volar plugin for weapp-vite - Provides IntelliSense and type checking for WeChat mini-program config blocks",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",