autodll-webpack-plugin icon indicating copy to clipboard operation
autodll-webpack-plugin copied to clipboard

Is it support css dll?

Open otary opened this issue 6 years ago • 0 comments

` 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'?

otary avatar Sep 11 '19 01:09 otary