chore: pulls mongodb from main
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
const path = require('path')
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
})
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
@@ -13,6 +17,9 @@ const nextConfig = {
|
||||
},
|
||||
},
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
webpack: (config) => {
|
||||
return {
|
||||
...config,
|
||||
@@ -53,4 +60,4 @@ const nextConfig = {
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = withBundleAnalyzer(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user