minor updates

This commit is contained in:
Ren Amamiya
2023-03-03 13:29:51 +07:00
parent 5d3c1aec2e
commit a0af359163
4 changed files with 23 additions and 20 deletions

View File

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