From 27fbfc1b083f57ca05afe073f68f878b9bcc7924 Mon Sep 17 00:00:00 2001 From: baiziyu Date: Wed, 7 Apr 2021 15:19:14 +0800 Subject: [PATCH] * fix syntax issue. --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index ffc76b3..2b0c57d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -12,7 +12,7 @@ module.exports = { "@babel/plugin-syntax-dynamic-import", "@babel/plugin-syntax-import-meta", "@babel/plugin-proposal-json-strings", - "@babel/plugin-transform-modules-commonjs", + "@babel/plugin-transform-modules-commonjs" ], "presets": [ "@babel/preset-env"