Replies: 1 comment 13 replies
-
@Sadzurami This is the idea for the future, BTW implementing this is still very complicated as sea is still missing support for VFS (virtual file system). Actually it supports adding assets to the file but not multiple js files. In order to fix this there should be a pre-build step using esbuild or bpkg that will take care of bundling everything to a single file but this may require some tweaks in complex applications |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just an idea, that can change and make easier maintaining of this project.
What about significantly change pkg methods for creating executable?
Since node officially supports sea, pkg can depends of it.
No need to patch node every time. It can reduce required boilerplate for future releases.
Key suggestion is - make pkg dependent on node-sea and preserve existing api / cli interfaces.
Beta Was this translation helpful? Give feedback.
All reactions