aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/.babel.config.js
blob: 07be3241a6dd4ea8cf7ab686bb893564910f0d51 (plain) (blame)
1
2
3
4
module.exports = {
  presets: ["next/babel"],
  plugins: [["react-native-web"]],
};