summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/babel.config.js b/babel.config.js
index ec45a210c..a179fa443 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,6 +1,6 @@
module.exports = {
- plugins: [
- '@babel/plugin-syntax-dynamic-import',
- ],
- presets: ['@babel/preset-env'],
+ plugins: [
+ '@babel/plugin-syntax-dynamic-import',
+ ],
+ presets: ['@babel/preset-env'],
}