Git Product home page Git Product logo

Comments (3)

nikitalepikhin avatar nikitalepikhin commented on May 23, 2024 2

Hi @allyssonsantos, you have to specify the resolve.mainFields option inside your webpack config. Please refer to Webpack documentation here.

Simply change this entry to [browser, module, main] and it should work.

from miragejs.

nikitalepikhin avatar nikitalepikhin commented on May 23, 2024 1

Found a solution:

As expected the issue was related to an erroneous webpack config. Turns out, webpack loads the correct file depending on the target specified. The NX premade config specifies entry points in the following order: [browser, main, module]. However, the default order is [browser, module, main] when the selected target is web. For some reason, the main entry point did not work and so switching the order of entry points fixed the issue for us. The correct entry point therefore comes under the โ€œmoduleโ€ ID.

from miragejs.

allyssonsantos avatar allyssonsantos commented on May 23, 2024 1

Hi @nikitalepikhin, thanks for sharing that! I'm facing the same problem and need help understanding what you have done to make it work. Could you send an example of how you have done that?

from miragejs.

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.