From bc7742148ef331cf7a72674f41512b8527a6b8c9 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 21 Jun 2017 15:06:07 +0100 Subject: [PATCH] Remove duplicate var definition as in #966 --- templates/VueSpa/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/VueSpa/webpack.config.js b/templates/VueSpa/webpack.config.js index d415377..7aca565 100644 --- a/templates/VueSpa/webpack.config.js +++ b/templates/VueSpa/webpack.config.js @@ -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,