Merge pull request #8698 from storybookjs/fix/rn-use-babel-metro-preset

CHANGE the compilation target for RN - it was compiled for old browsers
This commit is contained in:
Norbert de Langen 2019-11-07 10:40:41 +01:00 committed by GitHub
commit a0a113071d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,11 @@ module.exports = {
test: withTests,
},
},
{
test: './app/react-native',
presets: ['module:metro-react-native-babel-preset'],
plugins: ['babel-plugin-macros', ['emotion', { sourceMap: true, autoLabel: true }]],
},
{
test: [
'./lib/node-logger',