From 2edd6f3254a43974fc2ea5333dd1902b119a7ed3 Mon Sep 17 00:00:00 2001 From: Bharath Silagani Date: Tue, 24 Oct 2017 15:03:30 +0530 Subject: [PATCH] Unexpected "," in the BundleAnalyzerPlugin --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 2976dced7..aed4b898c 100644 --- a/next.config.js +++ b/next.config.js @@ -11,7 +11,7 @@ module.exports = { analyzerMode: 'server', analyzerPort: 8888, openAnalyzer: true, - }), + }) ); } }