Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit bc77421

Browse files
Remove duplicate var definition as in #966
1 parent 4ceed81 commit bc77421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/VueSpa/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const bundleOutputDir = './wwwroot/dist';
77
module.exports = (env) => {
88
const isDevBuild = !(env && env.prod);
99

10-
const bundleOutputDir = './wwwroot/dist';
1110
return [{
1211
stats: { modules: false },
1312
context: __dirname,

0 commit comments

Comments
 (0)