umijs / babel-plugin-import

Modularly import plugin for babel.
3.16k stars 404 forks source link

使用了thread-loader后,customName配置项失效 #631

Open Zex158 opened 1 year ago

Zex158 commented 1 year ago

使用了thread-loader后,customName配置项失效,去掉thread-loader就能正常使用。

使用webpack构建,相关版本如下: webpack:4.42.1 thread-loader:3.0.4 babel-plugin-import:1.13.3

配置大致如下: { loader: 'thread-loader' }, { loader: 'babel-loader', query: { //... }, plugins: [[ 'import', { library: 'xxx', style: true, customName: function() { //... } } ]] }