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
1 changed files with 0 additions and 1 deletions

View File

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