Closed NMinhNguyen closed 7 years ago
Ah, yes! Thanks man :)
I have deployed new version now, sorry for the delay. In paternity leave, so have not had much time lately!
Ah thanks! No worries at all - I'm running a privately hosted version of this anyway, so I'd already made the change myself, but thought I'd contribute it back/run it by you to see if there's any issues. Oh and congrats :)
I've taken the version of
style-loader
that's inpackage.json
. Without this change, the project ZIP isn't runnable when you're importing CSS files - it complains about the lack ofstyle-loader
, and I can see in the codebase that whenever thecss-loader
is used, you also addstyle-loader
, so I think this was the right place to modify 😅