Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 19fe0d9

Browse files
committed
Enable experimental modern build
1 parent 9c3046e commit 19fe0d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const tokenClassNames = {
2121

2222
module.exports = withBundleAnalyzer({
2323
pageExtensions: ['js', 'jsx', 'mdx'],
24+
experimental: {
25+
modern: true,
26+
},
2427
webpack: (config, options) => {
2528
config.module.rules.push({
2629
test: /\.(png|jpe?g|gif)$/i,

0 commit comments

Comments
 (0)