autodll-webpack-plugin
autodll-webpack-plugin copied to clipboard
Is it support css dll?
` new AutoDllPlugin({ inject: true, filename: '[name]_[hash].dll.[ext]', inherit: true, entry: { vendor: ['element-ui', 'axios', 'element-ui/lib/theme-chalk/index.css'] }
})
`
Why it does not support 'element-ui/lib/theme-chalk/index.css'?