|
@@ -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
|
|
-};
|