Git Product home page Git Product logo

Comments (5)

glennsl avatar glennsl commented on May 29, 2024

Hmm, this seems like it might be a brunch-specific issue, and I know next to nothing about brunch. What do you mean it's there remotely, and that it should be compiled into code somehow?

It might be because bs-platform is a devDependency, so if you don't have bs-platform installed in your own project it would cause issues, but then your project wouldn't really work anyway.

from bs-json.

niklasnisbeth avatar niklasnisbeth commented on May 29, 2024

I mean that I do have the file bs-platform/lib/js/list.js in node_modules on the server, it's seemingly just not being included in the code that gets compiled into app.js and sent to the client.

The bs-json code gets copied into my app.js verbatim, the requires are still there with the paths to files in the bs-platform directory. Is that how it's supposed to look, or is there a problem with my bucklescript/brunch setup?

This is my bsconfig.json:

{
  "name": "test",
  "sources": "bucklescript",
  "bs-dependencies": ["bs-fetch", "bs-json"],
  "bsc-flags": [ "-no-alias-deps"]
}

from bs-json.

glennsl avatar glennsl commented on May 29, 2024

Yes, this seems like a configuration issue with your bundler. Again, I know nothing about brunch, but it seems odd that it would bundle bs-json without bundling its dependencies.

Your bsconfig.json looks fine. With this config, bucklescript will compile each OCaml/Reason file into a commonjs module. BuckleScript itself doesn't do any bundling, so it must be your brunch config.

from bs-json.

niklasnisbeth avatar niklasnisbeth commented on May 29, 2024

OK, thanks very much for the help.

from bs-json.

GoNZooo avatar GoNZooo commented on May 29, 2024

@niklasnisbeth Did you ever manage to solve this? I'm running into the what seem like the same issues with brunch and bucklescript.

from bs-json.

Related Issues (20)

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.