small changes

This commit is contained in:
Ren Amamiya
2023-02-23 09:50:31 +07:00
parent 43366ea623
commit 8d615d0d6e
4 changed files with 80 additions and 21 deletions

View File

@@ -9,4 +9,8 @@ module.exports = removeImports({
typescript: {
ignoreBuildErrors: true,
},
webpack: (config) => {
config.experiments = { ...config.experiments, topLevelAwait: true };
return config;
},
});