Closed mdoesburg closed 3 years ago
Fixes: https://github.com/underfin/vite-plugin-vue2/issues/104
This is a similar fix to what is done here in vue-component-compiler. Except I also had to add an IIFE with a pure annotation around the default export otherwise it still wouldn't get dropped when it was unused.
Fixes: https://github.com/underfin/vite-plugin-vue2/issues/104
This is a similar fix to what is done here in vue-component-compiler. Except I also had to add an IIFE with a pure annotation around the default export otherwise it still wouldn't get dropped when it was unused.