Skip to content

Commit

Permalink
Merge pull request #11 from jmccliment/master
Browse files Browse the repository at this point in the history
Updated README.md to address issue #9.
  • Loading branch information
joeeames authored Feb 18, 2017
2 parents 161310a + a649f5c commit f5d9dc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Also, there are 2 differences in technical implementation in Webpack 2.

2) the v1 version of extract-text-webpack-plugin is not compatible with WebPack 2 and the syntax is different for using it. As of today, the v2 of the plugin is in beta but I successfully installed it and used it to process SASS/CSS in a separate bundle.


Finally, when adding jshint-loader in the Using Preloaders clip, you'll need to add an empty set of curly braces to .jshintrc:
`
{}
`

This will prevent the jshint-loader module from erroring out.


0 comments on commit f5d9dc8

Please sign in to comment.