Remove duplicate var definition as in #966

This commit is contained in:
Steve Sanderson
2017-06-21 15:06:07 +01:00
parent 4ceed817a3
commit bc7742148e

View File

@@ -7,7 +7,6 @@ const bundleOutputDir = './wwwroot/dist';
module.exports = (env) => { module.exports = (env) => {
const isDevBuild = !(env && env.prod); const isDevBuild = !(env && env.prod);
const bundleOutputDir = './wwwroot/dist';
return [{ return [{
stats: { modules: false }, stats: { modules: false },
context: __dirname, context: __dirname,