mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
use const instead of var
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
const withDefaults = require('../../shared.webpack.config');
|
||||
const path = require('path');
|
||||
var webpack = require('webpack');
|
||||
const webpack = require('webpack');
|
||||
|
||||
const config = withDefaults({
|
||||
context: path.join(__dirname),
|
||||
|
||||
Reference in New Issue
Block a user