mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Remove duplicate var definition as in #966
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user