mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-13 09:11:21 +08:00
7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
const withTM = require('next-transpile-modules')(['@geist-ui/react'])
|
|
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
|
enabled: process.env.ANALYZE === 'true',
|
|
})
|
|
|
|
module.exports = withTM(withBundleAnalyzer({}))
|