Bläddra i källkod

misc: drop babel.config.js file

This leaves jest testing non-functional, but having a babel.config.js interferes
with React Native.

Fixes: https://github.com/jitsi/jitsi-meet/issues/7450
j8
Saúl Ibarra Corretgé 4 år sedan
förälder
incheckning
004c1b65ad
1 ändrade filer med 0 tillägg och 29 borttagningar
  1. 0
    29
      babel.config.js

+ 0
- 29
babel.config.js Visa fil

@@ -1,29 +0,0 @@
1
-// babel is used for jest
2
-// FIXME make jest work with webpack if possible?
3
-module.exports = {
4
-    env: {
5
-        test: {
6
-            plugins: [
7
-
8
-                // Stage 2
9
-                '@babel/plugin-proposal-export-default-from',
10
-                '@babel/plugin-proposal-export-namespace-from',
11
-                '@babel/plugin-proposal-nullish-coalescing-operator',
12
-                '@babel/plugin-proposal-optional-chaining',
13
-
14
-                // Stage 3
15
-                '@babel/plugin-syntax-dynamic-import',
16
-                [ '@babel/plugin-proposal-class-properties', { loose: false } ],
17
-                '@babel/plugin-proposal-json-strings',
18
-
19
-                // lib-jitsi-meet
20
-                '@babel/plugin-transform-flow-strip-types'
21
-            ],
22
-            presets: [
23
-                '@babel/env',
24
-                '@babel/preset-flow',
25
-                '@babel/react'
26
-            ]
27
-        }
28
-    }
29
-};

Laddar…
Avbryt
Spara