1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-24 00:42:38 +00:00

disabled webpack jshit

This commit is contained in:
Keivan Beigi 2015-02-03 17:02:13 -08:00
parent 095e92c7dd
commit 199c6c84b2

View file

@ -45,12 +45,13 @@ module.exports = {
}, },
module: { module: {
//this doesn't work yet. wainting for https://github.com/spenceralger/rcloader/issues/5 //this doesn't work yet. wainting for https://github.com/spenceralger/rcloader/issues/5
preLoaders: [ /*preLoaders: [
{ {
test: /\.js$/, // include .js files test: /\.js$/, // include .js files
loader: "jshint-loader", loader: "jshint-loader",
exclude: [/JsLibraries/,/node_modules/] exclude: [/JsLibraries/,/node_modules/]
} }
] ]
*/
} }
}; };