fix: remove bundle analyzer
This commit is contained in:
+2
-9
@@ -1,12 +1,5 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
openAnalyzer: false
|
||||
})
|
||||
|
||||
const nextConfig = withBundleAnalyzer({
|
||||
module.exports = {
|
||||
reactStrictMode: true
|
||||
})
|
||||
|
||||
module.exports = nextConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user