diff options
Diffstat (limited to 'examples/with-react-native-web/apps/web/.babel.config.js')
| -rw-r--r-- | examples/with-react-native-web/apps/web/.babel.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/with-react-native-web/apps/web/.babel.config.js b/examples/with-react-native-web/apps/web/.babel.config.js new file mode 100644 index 0000000..07be324 --- /dev/null +++ b/examples/with-react-native-web/apps/web/.babel.config.js @@ -0,0 +1,4 @@ +module.exports = { + presets: ["next/babel"], + plugins: [["react-native-web"]], +}; |
