Do not remove install option - snowpack is getting worse and worse already #2107
tomaszkunicki
started this conversation in
General
Replies: 1 comment 1 reply
-
esinstall is essentially a JS API for the original Snowpack (snowpack install). you can use it directly to create ESM bundles of JS packages like you could in the original Snowpack v1.0 days. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that you are going to create yet another Webpack clone.
Dev server is not always option. Think about non web server environments such as Electron (just an example no the case).
We use something else so
install
option is the only option we need. No HMR, no dev, no build.If we want to create bundles, we do it with rollup as it gives us better control over bundling process.
Yes. I despise Webpack, babel and finally IE11. Disgusting stuff keeping people from using straight ESM modules.
I thought it was a purpose of Snowpack to get rid of that and I see now the only option is bundling and dev server.
It's so disappointing.
Beta Was this translation helpful? Give feedback.
All reactions