Closed
Description
Is there a way to disable async loading of CSS bundle?
Using it with this config.
new MiniCssExtractPlugin({
chunkFilename: 'data-police.css?t=[contenthash]'
})
MiniCssExtractPlugin.loader,
{
loader: 'css-loader',
options: {
importLoaders: 1,
sourceMap: true,
url: false,
modules: true,
localIdentName: '[path]___[name]__[local]___[hash:base64:5]'
}
}
Metadata
Metadata
Assignees
Labels
No labels