Skip to content

Commit d4b0408

Browse files
committed
chore(webpack): remove minor console log comment
1 parent 624dac6 commit d4b0408

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var DefinePlugin = require('webpack/lib/DefinePlugin');
1616
// Test if Development build from ASPNETCore environment
1717
var isDevBuild = process.env.ASPNETCORE_ENVIRONMENT === 'Production' ? false : true;
1818

19-
2019
// Sourcemaps (for Development only)
2120
var devTool = isDevBuild ? 'source-map' : '';
2221

0 commit comments

Comments
 (0)