SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

chore!: Upgrade css-loader to v5.2.7 #160

Open SimonAlling opened 2 months ago

SimonAlling commented 2 months ago

webpack recommends upgrading all loaders to the latest version that supports webpack 4 before upgrading to webpack 5.

I did this:

npm install css-loader@5

While I haven't seen any breakage in Example Userscript or Better SweClockers, I assume consuming userscripts might be broken in general.