css-modules / css-modulesify

A browserify plugin to load CSS Modules
MIT License
403 stars 47 forks source link

Fix bug where browserify didn't emit error #83

Closed Roystbeef closed 8 years ago

Roystbeef commented 8 years ago

There were no errors being thrown in the console when bundling with browserify which broke the build process and prevented watchify from rebuilding.

joshwnj commented 8 years ago

Good one, thanks @Roystbeef