summaryrefslogtreecommitdiffstats
path: root/settings/.babelrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/.babelrc.js')
-rw-r--r--settings/.babelrc.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/settings/.babelrc.js b/settings/.babelrc.js
deleted file mode 100644
index a1690d0d862..00000000000
--- a/settings/.babelrc.js
+++ /dev/null
@@ -1,13 +0,0 @@
-module.exports = {
- plugins: ['@babel/plugin-syntax-dynamic-import'],
- presets: [
- [
- '@babel/preset-env',
- {
- targets: {
- browsers: ['last 2 versions', 'ie >= 11']
- }
- }
- ]
- ]
-}