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

Esm build #42

Merged
merged 2 commits into from
Dec 12, 2022
Merged

Esm build #42

merged 2 commits into from
Dec 12, 2022

Conversation

Lukenickerson
Copy link
Contributor

Changes:

  • package.json -- added exports, dependencies, and a few scripts for convenience
  • .gitignore to ignore the node_modules folder
  • engine-esm-footer.js is the footer that adds some (but not all) getters and setters, and exports all globals
  • build-esm.mjs is the script that builds the esm files (just concating the footer)
  • ...module.js files are the current builds
  • filesize.bat is a script I found useful for checking final zip size

Added an esm build script, esm footer, built files, a filesize.bat, added dependencies and exports to package.json
@Lukenickerson Lukenickerson mentioned this pull request Nov 9, 2022
@Lukenickerson
Copy link
Contributor Author

Related issue: #41

@KilledByAPixel KilledByAPixel merged commit 03f839c into KilledByAPixel:main Dec 12, 2022
@KilledByAPixel
Copy link
Owner

thanks! i will merge and continue working on it

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.

None yet

2 participants