tedirghazali / alga-js

Alga.js is javascript helper for helping build a component of any front-end web frameworks
https://algajs.tedir.dev
Other
18 stars 41 forks source link

Alga.js export not found on netlify #6

Closed Utitofon-Udoekong closed 2 years ago

Utitofon-Udoekong commented 2 years ago

I am having an issue when deploying to netlify.

Screenshot_28

Screenshot_30

I think it has to do with an import from the package. This is how I use it.

Screenshot_29

tedirghazali commented 2 years ago

oh, yes, I have change some structures of this library, now you can use "import { paginate } from 'alga-js/array'"

Utitofon-Udoekong commented 2 years ago

This is what I get. I am using the wood-5 version

Screenshot_25

I checked the node-modules folder and found this. I tried a possible fix in the pull request I sent.

Screenshot_26

tedirghazali commented 2 years ago

oh okay, I have merged