Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
onnxruntime_v14
a144865de37e35ebfe152e7b3ed2957b9aec3bd4
a144865de37e35ebfe152e7b3ed2957b9aec3bd4
Switch branch/tag
onnxruntime_v14
js
react_native
babel.config.js
Find file
Normal view
History
Permalink
babel.config.js
92 Bytes
Edit
Web IDE
Newer
Older
update v1.14.0
gaoqiong
committed
Jul 25, 2023
1
2
3
4
5
'
use strict
'
;
module
.
exports
=
{
presets
:
[
'
module:metro-react-native-babel-preset
'
],
};