make the linter happy

This commit is contained in:
Michael Bradley, Jr 2018-07-19 21:00:27 -05:00 committed by Iuri Matias
parent e98bd27a42
commit 7a1e46d3a7
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ class WebpackProcess extends ProcessWrapper {
root: fs.dappPath() root: fs.dappPath()
} }
}), }),
new HardSourceWebpackPlugin.ExcludeModulePlugin([{ new HardSourceWebpackPlugin.ExcludeModulePlugin(
test: /app[\\/]|contracts[\\/]/ [{test: /app[\\/]|contracts[\\/]/}]
}]) )
] ]
}; };