-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missing eik npm? #336
Comments
Yes, the npm command has been removed as we no longer include a rollup bundle setup. It made more sense for us to allow users to use whatever bundle system they prefer. This means in practice that we have the |
Thanks for the reply @digitalsadhu. I am looking forward to the next release. Before I close this task tho, maybe you can help me clarify something? I got the impression that PS. If you tell me to just wait for the next release and read the docs, that is totally cool. No rush 😎 |
We want to avoid (in core) making decisions about how to build a package for publishing to the server. What we were having to do before was say ok. X package (I'm looking at you React) does not provide esm support (which we need for import maps to work) so we are going to have to run the package through a build step. But hold on, what's this, X package has a peer dependency on package Y (For example React and React Dom) Neither of which support esm out of the box so we kinda need to handle them together to get things to play nice. If you can see where I'm going with this... We were having to make more decisions for the Eik user than we were comfortable with so as a design choice, we've attempted in later releases to try to align the namespaces |
Hi guys,
I am looking into this project and it looks great. I have one question tho; am I missing something or is there no
eik npm
-command?https://github.com/eik-lib/cli/tree/master/commands
edit: For my own reference. npm command removed here 92d297b
The text was updated successfully, but these errors were encountered: