Open Falieson opened 7 years ago
I saw that global CSS is in the webpack config - is global.css supposed to be accessed the same way other .css files? I suppose I made an assumption here that it was built as a final asset because of its title.
Oh, huh... I'll have to check what went wrong later. The global css is supposed to be just good old fashioned css to include on every route, whereas all other css files are configured to use css modules, and be imported for specific routes and components.
That's exactly how I thought it was supposed to work! :-)
Code: https://github.com/jcoreio/crater/compare/webpack2...Falieson:wp2_globalCSSloaders-broken
$ yarn test:dev