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
Migrating a build to Webpack 4 and the new extract css methodology.
I'm up and running so thanks to you for your efforts with this plugin.
I have always made good use of source-maps, even in production, and I was able to get this working too. Currently I am using version ^4.0.0 as followings.
Migrating a build to Webpack 4 and the new extract css methodology.
I'm up and running so thanks to you for your efforts with this plugin.
I have always made good use of source-maps, even in production, and I was able to get this working too. Currently I am using version
^4.0.0
as followings.Historically I have found devtoolModuleFilenameTemplate is essential for getting useful source-maps.
However it seems that this plugin bypasses
devtoolModuleFilenameTemplate
for extracted.css.map
.As a work around I am using an additional plugin.
So I am not blocked. However is there any chance that the plugin can support
devtoolModuleFilenameTemplate
in future?Or equally is this some misconfiguration on my part?
The text was updated successfully, but these errors were encountered: