From a649f5c018be98d0b76dbc600c97fa663137b442 Mon Sep 17 00:00:00 2001 From: Jeremy McCliment Date: Fri, 17 Feb 2017 16:50:44 -0700 Subject: [PATCH] Updated README.md to address issue #9. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a90cbe..3c63994 100644 --- a/README.md +++ b/README.md @@ -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.