mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-17 12:34:48 +00:00
f81095442f
* Move all config files to './configs' * Simplify './scripts' folder.
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel",
|
|
"@babel/preset-flow"
|
|
],
|
|
"plugins": [
|
|
[ "react-native-web", { "commonjs": true } ]
|
|
]
|
|
}
|