dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

External css modules #178

Closed maier49 closed 6 years ago

maier49 commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

This addresses a few issues that were preventing css modules in node_modules from being loaded.

Resolves #112

bitpshr commented 7 years ago

Looks great. I don't know the explicit requirements around minor things like how or if we should be rejecting if files can't be found, but the code is solid.

devpaul commented 6 years ago

I'm having issues w/ the JLG project importing base styles from widgets & widget-core. If this fixes that I'd like to help test this and resolve it.

maier49 commented 6 years ago

This functionality has been ported over to dojo/webpack-contrib and these fixes are now part of a PR there and a PR here to use that functionality.