Skip to content

Commit cd18677

Browse files
committed
format index.js
1 parent d3fec15 commit cd18677

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ module.exports = (nextConfig = {}) => {
2020
webpack,
2121
buildId,
2222
dev,
23-
config: { distDir = '.next', pwa = nextConfig.pwa, pageExtensions = ['tsx', 'ts', 'jsx', 'js', 'mdx'], experimental = {} }
23+
config: {
24+
distDir = '.next',
25+
pwa = nextConfig.pwa,
26+
pageExtensions = ['tsx', 'ts', 'jsx', 'js', 'mdx'],
27+
experimental = {}
28+
}
2429
} = options
2530

2631
let basePath = options.config.basePath

0 commit comments

Comments
 (0)