Giter Site home page Giter Site logo

Comments (4)

fuzetsu avatar fuzetsu commented on September 18, 2024

Thanks for the report.

Removing the module field from the package.json would likely fix it, but then I wouldn't be exposing the module anymore, which I want to do.

I'll have to dig around a little to see if there's some good way to handle it, and fix it if possible or at least document it.

from mergerino.

sjmik avatar sjmik commented on September 18, 2024

That issue I read suggested you might be able to add a browser field. But idk... I couldn't even find module in the npm docs.

from mergerino.

fuzetsu avatar fuzetsu commented on September 18, 2024

Did you see this workaround in the comments for that issue?

resolve: { mainFields: ["main", "module"] }

Since you don't want any modules in your bundle it seems logical.

from mergerino.

sjmik avatar sjmik commented on September 18, 2024

Heh, I didn't bother looking into it because the import change worked.
Anyway, any one of these changes independently fix my issue:

  • Change import merge from 'mergerino' to import merge from 'mergerino/dist/mergerino.es5'
  • Or, add resolve: { mainFields: ['browser', 'main', 'module'] } to webpack.config.js
  • Or, add "browser": "dist/mergerino.es5.min.js" to node_modules\mergerino\package.json

Looks like the webpack default is resolve: { mainFields: ['browser', 'module', 'main'] }
(from https://webpack.js.org/configuration/resolve/#resolve-mainfields)

Feel free to close this if you think it's not worth changing.

from mergerino.

Related Issues (7)

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.