You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#461 (comment)
When I use this solution to solve the problem, it's an escape behavior to make other loaders work。
plugin:[
new HardSourceWebpackPlugin(),
new HardSourceWebpackPlugin.ExcludeModulePlugin({
// HardSource works with mini-css-extract-plugin but due to how
// mini-css emits assets, assets are not emitted on repeated builds with
// mini-css and hard-source together. Ignoring the mini-css loader
// modules, but not the other css loader modules, excludes the modules
// that mini-css needs rebuilt to output assets every time.
test: /mini-css-extract-plugin[\\/]dist[\\/]loader/
})
]
#461 (comment)
When I use this solution to solve the problem, it's an escape behavior to make other loaders work。
Originally posted by @dazjean in #416 (comment)
The text was updated successfully, but these errors were encountered: