aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

fix: fix css bundle on webpack v5.52.0+ #198

Closed 3cp closed 2 years ago

3cp commented 2 years ago

Note the html-requires-loader.ts can actually be unit tested.

bigopon commented 2 years ago

@3cp thanks. At the moment I'm doing a combo of manual and smoke testing. That should be enough for now. If there's anything tricky, I'll resort to an e2e tool probably.

bigopon commented 2 years ago

It seems we are good to go, thanks heap @3cp !

3cp commented 2 years ago

Hopefully webpack would not ship breaking change too soon.

bigopon commented 2 years ago

From the look of v4 and v5, it'll probably take awhile. They seem to move with a lot of caution. We're also quite prepared, since I've resolved all the warnings in our plugin. 🤞