mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 16:32:48 +00:00
disabled webpack jshit
This commit is contained in:
parent
095e92c7dd
commit
199c6c84b2
1 changed files with 2 additions and 1 deletions
|
@ -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/]
|
||||
}
|
||||
]
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue