From 5c659d344537348bbb975a6ec3c5aca8358dcfc9 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Thu, 30 May 2019 21:10:22 +0100 Subject: [PATCH] Update babel.config.js --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index aaa5f2c8..99e6aa2e 100644 --- a/babel.config.js +++ b/babel.config.js @@ -5,7 +5,7 @@ module.exports = { plugins: ['dynamic-import-node'] }, production: { - plugins: ['@babel/plugin-syntax-dynamic-import'] + plugins: ['@babel/plugin-syntax-dynamic-import'] } } };