Update dependency style-loader to v2 #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/style-loader-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^1.2.1->^2.0.0Release Notes
webpack-contrib/style-loader
v2.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is10.13.0esModuleoption istrueby default, you need to changeconst locals = require('./styles.css')/require('./styles.css')onimport locals from './styles.css'/import './styles.css''(#489) (727a24d)Stringinstead ofArray(#491) (7a0ce4c)⚠ NOTICE
To avoid problems between
style-loaderandmini-css-extract-pluginbecause of changing theesModuleoption totrueby default we strongly recommend upgradingmini-css-extract-pluginto1.0.0version.Renovate configuration
? Schedule: At any time (no schedule defined).
? Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
? Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.