mcfly-io / generator-sublime

Yeoman generator for scaffolfding the standard configuration root files like .gitignore, .jshintrc, .jscsrc etc...
8 stars 10 forks source link

feat(webpack): Improve webpack support #280

Closed andreialecu closed 3 years ago

andreialecu commented 9 years ago

Webpack was pretty overlooked in the previous version, even as far as lacking references to actual packages being used (such as style-loader, css-loader, file-loader, url-loader)

This PR improves how webpack is handled, and is required by this PR to generator-mcfly: https://github.com/mcfly-io/generator-mcfly/pull/270