mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
index.ts broke my tree shaking
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
const bundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: !!process.env.BUNDLE_ANALYZE,
|
||||
})
|
||||
|
||||
module.exports = bundleAnalyzer({
|
||||
module.exports = {
|
||||
images: {
|
||||
domains: ['cdn11.bigcommerce.com'],
|
||||
},
|
||||
@@ -38,4 +34,4 @@ module.exports = bundleAnalyzer({
|
||||
},
|
||||
]
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user