From d5dcb359021baa84a8738e2cec6e3e829f01a4c9 Mon Sep 17 00:00:00 2001 From: Joel Varty Date: Fri, 18 Jun 2021 13:51:49 -0400 Subject: [PATCH] tweak main --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 235b441f7..c2ea18a2d 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,7 @@ const isSaleor = provider === 'saleor' const isSwell = provider === 'swell' const isVendure = provider === 'vendure' + module.exports = withCommerceConfig({ future: { webpack5: true,