We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a7316 commit 6c02c41Copy full SHA for 6c02c41
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
- "target": "es6",
4
- "module": "commonjs",
+ "target": "ES2022",
+ "module": "ES2022",
5
"rootDir": "./src",
6
"baseUrl": ".",
7
"removeComments": true,
webpack.config.js
@@ -32,6 +32,9 @@ module.exports = {
32
stdin: false,
33
}),
34
],
35
+ experiments: {
36
+ topLevelAwait: true,
37
+ },
38
optimization: {
39
minimize: true,
40
minimizer: [
0 commit comments