From 199c6c84b246c6c1e5a7e1eab774c1af0e773950 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Tue, 3 Feb 2015 17:02:13 -0800 Subject: [PATCH] disabled webpack jshit --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index bf1cc4ab9..c4862a9b5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,12 +45,13 @@ module.exports = { }, module: { //this doesn't work yet. wainting for https://github.com/spenceralger/rcloader/issues/5 - preLoaders: [ + /*preLoaders: [ { test: /\.js$/, // include .js files loader: "jshint-loader", exclude: [/JsLibraries/,/node_modules/] } ] + */ } };