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({
},
]
},
}));
});

View File

@ -39,7 +39,6 @@
"@tailwindcss/ui": "^0.6.2",
"@types/lodash.throttle": "^4.1.6",
"@vercel/fetch": "^6.1.0",
"@zeit/next-source-maps": "^0.0.3",
"bowser": "^2.11.0",
"classnames": "^2.2.6",
"email-validator": "^2.0.4",