GithubHelp home page GithubHelp logo

Comments (1)

r17x avatar r17x commented on June 9, 2024 1

I have been try vite-plugin-rescript with rescript v11.0.1.

I saw <rootProject>/lib/src (compiled) like this

  lib
    ◌ bs
      ◌ src
    │ │  ◌ index.ast
    │ │  ◌ index.cmi
    │ │  ◌ index.cmj
    │ │  ◌ index.cmt
    │ └  ◌ index.d
    │  ◌ build.ninja
    └  ◌ install.ninja

So, This plugins on ReScript v11 running well for the compilation side but have a little problem when run dev-server (cannot load index.bs.js) with createReScriptPlugin() without loader options

{
  loader:  {
    output: ".",
    suffix: ".bs.js" // same with suffix in rescript.json
  }
}

Information

// package.json
  "dependencies": {
    "@jihchi/vite-plugin-rescript": "^5.5.0",
    "@rescript/core": "^0.6.0",
    "@rescript/react": "^0.12.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rescript": "^11.0.1",
    "rescript-chakra": "1.2.0-next.11",
    "rescript-vitest": "^1.3.0",
    "rescript-webapi": "^0.9.1",
    "vite": "^5.0.12",
    "vitest": "^1.2.1"
  }


// rescript.json
{
  "name": "c0FF33",
  "uncurried": false,
  "sources": [
    {
      "dir": "src",
      "subdirs": true
    },
    {
      "dir": "tests",
      "type": "dev",
      "subdirs": true
    }
  ],
  "package-specs": [
    {
      "module": "es6",
      "in-source": true
    }
  ],
  "suffix": ".bs.js",
  "jsx": {
    "version": 4,
    "mode": "automatic"
  },
  "bs-dependencies": [
    "@rescript/react",
    "@rescript/core",
    "rescript-webapi"
  ],
  "bs-dev-dependencies": [
    "rescript-vitest"
  ],
  "bsc-flags": [
    "-open RescriptCore"
  ]
}


from vite-plugin-rescript.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.