mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 07:26:45 +00:00
打包eslint冲突处理
This commit is contained in:
@@ -228,4 +228,6 @@ const nextConfig = {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = withBundleAnalyzer(nextConfig)
|
||||
module.exports = process.env.ANALYZE
|
||||
? withBundleAnalyzer(nextConfig)
|
||||
: nextConfig
|
||||
|
||||
Reference in New Issue
Block a user