Adding Analyzer, Adding more Purge CSS Options

This commit is contained in:
Belen Curcio
2020-11-06 20:09:33 -03:00
parent 817fee61cf
commit c2a115ca57
5 changed files with 1106 additions and 36 deletions

View File

@@ -1,4 +1,8 @@
module.exports = {
const bundleAnalyzer = require('@next/bundle-analyzer')({
enabled: !!process.env.BUNDLE_ANALYZE
})
module.exports = module.exports = bundleAnalyzer({
images: {
domains: ['cdn11.bigcommerce.com'],
},
@@ -50,4 +54,4 @@ module.exports = {
},
]
},
}
});