forked from crowetic/commerce
changes
This commit is contained in:
parent
8bc0be9818
commit
2b134d0ff4
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
const nextSourceMaps = require('@zeit/next-source-maps');
|
|
||||||
const bundleAnalyzer = require('@next/bundle-analyzer')({
|
const bundleAnalyzer = require('@next/bundle-analyzer')({
|
||||||
enabled: !!process.env.BUNDLE_ANALYZE
|
enabled: !!process.env.BUNDLE_ANALYZE
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports = nextSourceMaps(bundleAnalyzer({
|
module.exports = bundleAnalyzer({
|
||||||
images: {
|
images: {
|
||||||
domains: ['cdn11.bigcommerce.com'],
|
domains: ['cdn11.bigcommerce.com'],
|
||||||
},
|
},
|
||||||
@ -56,4 +56,4 @@ module.exports = nextSourceMaps(bundleAnalyzer({
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
}));
|
});
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
"@tailwindcss/ui": "^0.6.2",
|
"@tailwindcss/ui": "^0.6.2",
|
||||||
"@types/lodash.throttle": "^4.1.6",
|
"@types/lodash.throttle": "^4.1.6",
|
||||||
"@vercel/fetch": "^6.1.0",
|
"@vercel/fetch": "^6.1.0",
|
||||||
"@zeit/next-source-maps": "^0.0.3",
|
|
||||||
"bowser": "^2.11.0",
|
"bowser": "^2.11.0",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"email-validator": "^2.0.4",
|
"email-validator": "^2.0.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user