We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceed81 commit bc77421Copy full SHA for bc77421
templates/VueSpa/webpack.config.js
@@ -7,7 +7,6 @@ const bundleOutputDir = './wwwroot/dist';
7
module.exports = (env) => {
8
const isDevBuild = !(env && env.prod);
9
10
- const bundleOutputDir = './wwwroot/dist';
11
return [{
12
stats: { modules: false },
13
context: __dirname,
0 commit comments