From 40cf6247cfcbe611362d261d0efef75ae213ca83 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Wed, 17 Mar 2021 14:24:15 -0600 Subject: [PATCH] Added log for configs --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index b3d9e541b..c71bce855 100644 --- a/next.config.js +++ b/next.config.js @@ -43,3 +43,5 @@ module.exports = withCommerceConfig({ ].filter((x) => x) }, }) + +console.log('next.config.js', JSON.stringify(module.exports, null, 2))