mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
disabled webpack jshit
This commit is contained in:
@@ -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/]
|
||||
}
|
||||
]
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user