This commit is contained in:
Bel Curcio
2020-11-06 20:42:03 -03:00
parent 8bc0be9818
commit 2b134d0ff4
2 changed files with 3 additions and 4 deletions

View File

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