vite-plugin-babel-import icon indicating copy to clipboard operation
vite-plugin-babel-import copied to clipboard

A vite import plugin for babel.

Results 7 vite-plugin-babel-import issues
Sort by recently updated
recently updated
newest added

Hi, I had to stop using this plugin (for the time being) because I've found that it is breaking my chrome-debugger: any breakpoint will be displayed far from its real...

vite + vue2 + antd-design-vue1.7.8 build after ERROR: Uncaught ReferenceError: require is not defined

版本信息 "vue": "3.0.5" "vite": "2.3.4" "ant-design-vue": "^2.1.4" "vite-plugin-babel-import": "^2.0.4" 报错相关代码 ```js import { RouteComponent, RouteRecordRaw } from "vue-router"; const modules = import.meta.glob("./Modules/*.ts"); let routerList: RouteRecordRaw[] = []; let sideList: _RouteRecordRaw[]...

Using the plugin like this: ``` babelImport([ { libraryName: 'vant', libraryDirectory: 'es', style: name => `vant/es/${name}/style/less.js`, } ]), ``` When project fullpath contains chinese characters, vite tells me to check...

Some of mine code with `.js` suffix is not JSX syntax and throw error, is there any way to exclude from parsing or add option to parse. ``` [vite] Internal...

could you change the version number and republish on npm for the fix on alias module ?

window: ![image](https://github.com/0ahz/vite-plugin-babel-import/assets/3156292/8debc195-7d23-4162-9fba-54ec1dcbd72d) mac: ![image](https://github.com/0ahz/vite-plugin-babel-import/assets/3156292/c7dd8655-31e4-4c61-9264-c70068d8d0c7) window pascalCase does not take effect