Open
Description
使用了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() { //... } } ]] }
Metadata
Assignees
Labels
No labels
Activity