plugins: [
new MiniCssExtractPlugin({
// 类似 webpackOptions.output里面的配置 可以忽略
filename: '[name].css',
chunkFilename: '[id].css',
}),
]
Created
February 14, 2019 03:41
-
-
Save lirongfei123/83b9e371514661ddd0757f36c909690c to your computer and use it in GitHub Desktop.
webpack #webpack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment