You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update changelog for last release
* Update purescript deps for 0.15.2; drop cst dep
* Upgrade to latest pkg set; install entire set
* Get server code to compile
* Use ES Modules Shims for iframe shims
* Add serve:production script
* Add instructions for adding shims to import map
* Doc how to calc integrity hash
* Fix infinite invocation of `main` call
* Update base to production; fail CI if not that
* Update readme instructions
4. If any packages need NPM dependencies, you can try adding their shims to the import map in `client/public/frame.html`
44
+
- Open up the `generator.jspm.io` URL in the comment
45
+
- Use the 'Add Dependency' search bar to find the NPM dependency
46
+
- If it exists but doesn't exist in that CDN, you can try another one or [open an issue on `jspm/project`](https://github.com/jspm/project#issue-queue-for-the-jspm-cdn)
47
+
- Update the version to the one you need once added
48
+
- If needed, include other files from that dependency
49
+
- Copy and paste the content into the `client/public/frame.html` file
50
+
- Ensure `es-module-shims` has version `1.5.5` or greater.
51
+
52
+
5. If `es-module-shims` releases a new version, you can calculate its SHA-384 via
0 commit comments