Skip to content

Conversation

@lamungu
Copy link

@lamungu lamungu commented Jun 22, 2023

Resolves #97

The npm package exports looks up for ./dist/yall.mjs, however that file does not exist in the library. Workarounds are made from the end-user by adding a renaming command such as this one:

"postinstall": "sed -i 's#./dist/yall.mjs#./dist/yall.js#' node_modules/yall-js/package.json"

This PR aims at removing the burden from the end-user in renaming the file to the correct export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't find this file ./dist/yall.mjs

1 participant