Giter Site home page Giter Site logo

Comments (6)

bovas85 avatar bovas85 commented on May 29, 2024 1

importing 'scrollzzz/dist/scrollzzz.esm' works

from scroll-interactions.

pldg avatar pldg commented on May 29, 2024 1

I confirm the bug, it happens also when using Parcel bundler.

It's strange anyway, because I export three different bundles: iife for browser (linked to pkg.browser), cjs for nodejs (linked to pkg.main), es6 the new import standard for modules (linked to pkg.module); it should be the bundler job to choose the correct build based on its configuration, I don't understand why this is not working.

Scrollama export only one bundle (umd) which works on both client and server side, which make things simpler. I'll add an umd version and point it to pkg.browser fields, this should fix the issue.

from scroll-interactions.

pldg avatar pldg commented on May 29, 2024

Hi, thanks for the report! Are you using webpack? If so, this seems related to #5756

from scroll-interactions.

bovas85 avatar bovas85 commented on May 29, 2024

Not sure :) most other libs I use including scrollama work as intended when using import

from scroll-interactions.

bovas85 avatar bovas85 commented on May 29, 2024

I think it's due to the fact your main points to the browser iife rather than pointing to the main one
An example in scrollama:
https://github.com/russellgoldenberg/scrollama/blob/master/package.json

from scroll-interactions.

bovas85 avatar bovas85 commented on May 29, 2024

based on this
https://medium.com/free-code-camp/anatomy-of-js-module-systems-and-building-libraries-fadcd8dbd0e
you'd need to export the UMD as main in package.json

from scroll-interactions.

Related Issues (1)

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.