Skip to content

Commit 7043920

Browse files
committed
Use es6 target for bootstrap-fork
1 parent b17d762 commit 7043920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode/webpack.bootstrap.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const vsFills = path.join(root, "packages/vscode/src/fill");
88
module.exports = merge(
99
require(path.join(root, "scripts/webpack.node.config.js"))({
1010
typescriptCompilerOptions: {
11-
target: "es5",
11+
target: "es6",
1212
},
1313
}), {
1414
entry: path.join(root, "lib/vscode/src/bootstrap-fork.js"),

0 commit comments

Comments
 (0)