A
extract-css-chunks-webpack-plugin
Size: a a a
A
A
A
if seeking better development performance and css outputs that mimic production. extract-css-chunks-webpack-plugin offers a hot module reload friendly, extended version of mini-css-extract-plugin. HMR real CSS files in dev, works like mini-css in non-dev
d
d
A
OT
OT
OT
A
A
{
loader: 'css-loader',
options: {
modules: true,
localIdentName: "[name]_[local]_[hash:base64]",
}
}
{
loader: 'css-loader',
options: {
modules: {
localIdentName: "[name]_[local]_[hash:base64]",
},
}
}
A
OT
A
OT
A
OT
A
export NODE_ENV=development &&
OT
OT