Thanks your work. It seems this package not support `.vue` file, it is by design? ```js if (["js", "jsx", "ts", "tsx", "vue"].indexOf(ext) > -1) { code = await transform_default(code, importOptions); } ``` Or we can add a `extensions` option to enable customize
Thanks your work. It seems this package not support
.vuefile, it is by design?Or we can add a
extensionsoption to enable customize