mini-css-extras-plugin missing "sourceMap" option #16025
NotMyFault
started this conversation in
General
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm currently in the process of updating
style-loader
from 1.2.1 to 2.0.0 in a project. The changelog recommends to updatemini-css-extract-plugin
to 1.0.0, as per https://github.com/webpack-contrib/style-loader/releases/tag/v2.0.0.We're using 0.9.0 at the moment.
If I do that,
npx webpack --config webpack.config.js --mode=production
fails with the following exception:The changelog doesn't outline that
sourceMap
is removed or became invalid, is there something else I need to update in order to update style-loader?My package.json is located here and the sourcemap option here.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions