Replies: 4 comments 13 replies
-
I see this project as more of an executable that contains a tarball - tar is a bundler in the sense you describe :-) |
Beta Was this translation helpful? Give feedback.
-
do we want a new config file or put that into the package.json as a new optional field (which would be required in this case maybe) ? |
Beta Was this translation helpful? Give feedback.
-
I think this would be accomplished by making the SEA tool interoperable with the plethora of other bundlers there. Attempting to implement the whole thing within SEAs might be overly complex and expand the surface of the project way too much |
Beta Was this translation helpful? Give feedback.
-
This is an interesting one. Do bundlers already take care of this? If so, making the SEA tool very interoperable might be the best way to go. Otherwise, it should at least be opt-out. For example, some people might want to embed the EXACT file for analysis purposes, etc |
Beta Was this translation helpful? Give feedback.
-
One of the beautiful things I image for the SEA feature within Node.js is to act as a bundler that:
sea.config.js
What do you folks think about this?
Beta Was this translation helpful? Give feedback.
All reactions