From e4f17ec880d7971be3f6aa20f83f5ed7c155efa4 Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Tue, 15 Jun 2021 20:07:03 -0300 Subject: [PATCH] Changes with Webpack --- next.config.js | 3 --- 1 file changed, 3 deletions(-) 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'],