Skip to content

Commit 5e7693b

Browse files
committed
Use es6 for client
1 parent 6b22197 commit 5e7693b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web/webpack.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ module.exports = merge(
1010
entry: path.join(root, "packages/web/src/index.ts"),
1111
template: path.join(root, "packages/web/src/index.html"),
1212
typescriptCompilerOptions: {
13-
"target": "es5",
14-
"lib": ["dom", "esnext"],
13+
"target": "es6",
1514
"importHelpers": true,
1615
},
1716
},

0 commit comments

Comments
 (0)