Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'esm' package dependency #151

Open
jribbink opened this issue Jul 20, 2022 · 0 comments
Open

Remove 'esm' package dependency #151

jribbink opened this issue Jul 20, 2022 · 0 comments

Comments

@jribbink
Copy link
Contributor

jribbink commented Jul 20, 2022

Instructions

Remove the ESM loader. It should not be used as the package is abandoned and does not support newer ECMAScript features and this is a very non-standard way of running ESM scripts.

Issue To Be Solved

We should not be using the esm loader.

(Optional): Suggest A Solution

Bundle the CLI to CJS as another entry point in addition to the existing bundle created for flow-js-testing. This could involve switching from microbundle to @onflow/fcl-bundle as this offers some utility with multiple entry points and creation of CLI bundles.

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

No branches or pull requests

1 participant