FreezingMoon / AncientBeast

The Turn Based Strategy Game/eSport. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.66k stars 570 forks source link

switch css webpack loader #1510

Open DreadKnight opened 5 years ago

DreadKnight commented 5 years ago

Recently had to include style-loader in dev-dependencies to fix some security issues. It seems to be doing pretty much the same as css-loader and it's more popular. Ideally we should configure webpack to only use the new stuff and remove the old package if nothing else depends on it. No need to bloat the install with duplicated stuff or unneeded dependencies ideally.

https://github.com/webpack-contrib/style-loader https://github.com/webpack-contrib/css-loader

ktiedt commented 5 years ago

https://github.com/webpack-contrib/style-loader#usage

Just sayin' ;)

DreadKnight commented 5 years ago

@ktiedt looked at that before actually. Regardless...