Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 1937

Error in ReScript Template

$
0
0

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
  }
}

Viewing all articles
Browse latest Browse all 1937

Trending Articles