hello, yes I did exactly with that command, everything untouched, same with the rescript.json fille, original from the template. Vite 5 template with react, all latest versions 11.1.4 rescript and 1.6.1 core
{
"name": "game",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "esmodule",
"in-source": true
}
],
"suffix": ".res.mjs",
"bs-dependencies": [
"@rescript/core",
"@rescript/react"
],
"bsc-flags": [
"-open RescriptCore"
],
"jsx": {
"version": 4
}
}