Skip to content

Commit

Permalink
Add experiments.layers option
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfried committed Feb 17, 2022
1 parent abf0b9c commit 1eba4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const nextConfig = {
reactStrictMode: true,
webpack(config, { dev }) {
config.experiments = {
syncWebAssembly: true
syncWebAssembly: true,
layers: true
}
return config
}
Expand Down

0 comments on commit 1eba4e7

Please sign in to comment.