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,