Remove duplicate var definition as in #966
This commit is contained in:
parent
4ceed817a3
commit
bc7742148e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue