You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the following changes to your `bsconfig.json` file:
99
+
100
+
```json
101
+
"reason": { "react-jsx": 3 },
102
+
"bs-dependencies": ["reason-react"],
103
+
```
104
+
105
+
### Using the compiled code
106
+
107
+
Since ReScript compiles to clean readable JS files the rest of your existing toolchain (e.g. Babel and Webpack) should just work.
108
+
109
+
See the [Export to JS guide](import-from-export-to-js#export-to-javascript) to learn how to import ReScript compiled modules into your existing project.
0 commit comments