📄 production optimizations
This commit is contained in:
7
next.config.analyzer.js
Normal file
7
next.config.analyzer.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
})
|
||||
|
||||
const nextConfig = require('./next.config.js')
|
||||
|
||||
module.exports = withBundleAnalyzer(nextConfig)
|
||||
Reference in New Issue
Block a user