mirror of https://github.com/jitsi/jitsi-meet
This leaves jest testing non-functional, but having a babel.config.js interferes with React Native. Fixes: https://github.com/jitsi/jitsi-meet/issues/7450pull/7500/head jitsi-meet_4929
parent
eabcc078ef
commit
004c1b65ad
@ -1,29 +0,0 @@ |
||||
// babel is used for jest
|
||||
// FIXME make jest work with webpack if possible?
|
||||
module.exports = { |
||||
env: { |
||||
test: { |
||||
plugins: [ |
||||
|
||||
// Stage 2
|
||||
'@babel/plugin-proposal-export-default-from', |
||||
'@babel/plugin-proposal-export-namespace-from', |
||||
'@babel/plugin-proposal-nullish-coalescing-operator', |
||||
'@babel/plugin-proposal-optional-chaining', |
||||
|
||||
// Stage 3
|
||||
'@babel/plugin-syntax-dynamic-import', |
||||
[ '@babel/plugin-proposal-class-properties', { loose: false } ], |
||||
'@babel/plugin-proposal-json-strings', |
||||
|
||||
// lib-jitsi-meet
|
||||
'@babel/plugin-transform-flow-strip-types' |
||||
], |
||||
presets: [ |
||||
'@babel/env', |
||||
'@babel/preset-flow', |
||||
'@babel/react' |
||||
] |
||||
} |
||||
} |
||||
}; |
Loading…
Reference in new issue