diff --git a/next.config.js b/next.config.js index 19f5938f2..515b2ae7c 100644 --- a/next.config.js +++ b/next.config.js @@ -12,9 +12,6 @@ const isSwell = provider === 'swell' const isVendure = provider === 'vendure' module.exports = withCommerceConfig({ - future: { - webpack5: true, - }, commerce, i18n: { locales: ['en-US', 'es'],