We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199b9b3 commit b83f692Copy full SHA for b83f692
docs/babel.config.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3
+ plugins: [['react-native-web', { commonjs: true }]],
4
+}
0 commit comments