Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin authored Sep 22, 2022
1 parent bf15c2a commit 3598a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React_web_GUI/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
webpack: (config, options) => {
config.experiments = {
topLevelAwait: true,
layers: true,
}
return config
},
Expand Down

0 comments on commit 3598a37

Please sign in to comment.