Add @babel/runtime to rn-cli.config

parent 5196c021
......@@ -28,6 +28,7 @@ module.exports = {
'base64-js': path.resolve(__dirname, 'node_modules/base64-js'),
protobufjs: path.resolve(__dirname, 'node_modules/protobufjs'),
sinon: path.resolve(__dirname, 'node_modules/sinon'),
'@babel/runtime': path.resolve(__dirname, 'node_modules/@babel/runtime'),
},
},
projectRoot: path.resolve(__dirname),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment