mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
disabled webpack jshit
This commit is contained in:
@@ -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/]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user