aurelia / loader-webpack

An implementation of Aurelia's loader interface to enable webpack.
MIT License
26 stars 10 forks source link

fix: fix compatibility with latest css-loader v4 #52

Closed 3cp closed 3 years ago

3cp commented 3 years ago

css-loader v4 changed default setting for esModule from false to true.

closes aurelia/cli#1186, aurelia/webpack-plugin#168

3cp commented 3 years ago

circle-ci setup is outdated. typedoc failed too. :-(

3cp commented 3 years ago

cc @EisenbergEffect

jods4 commented 3 years ago

Ah you fixed this in aurelia-loader? Nice! Actually there's an issue in the webpack plugin aurelia/webpack-plugin#168 about changing the docs but after this change I guess there's no need for that anymore? Could you update that issue as well? (maybe a comment and close when this is published?)