Skip to content

Commit bc77421

Browse files
Remove duplicate var definition as in aspnet#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
constisDevBuild=!(env&&env.prod);
99

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

0 commit comments

Comments
(0)