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
I just created parcelify-cdn which is very similar to browserify-cdn. This service basically fetches an npm module, runs parcelify and then prints and caches the output.
This project is in a very early stage (started today), meaning that
It might have horrible security bugs
It currently only supports only to bundle "single" packages (there is not multi-bundling option yet)
I haven't consider the option to merge this back to browserify-cdn (however this would depend whether there is an interest in the more light-weight, promised-based variant)
I would be happy about any feedback or help to make it more useful for the general public :)
BTW I bought the domain parce.li - if you could use this as start page for the general parcelify project.
Cheers,
Seb
The text was updated successfully, but these errors were encountered:
Greetings to everyone,
I just created
parcelify-cdn
which is very similar tobrowserify-cdn
. This service basically fetches an npm module, runsparcelify
and then prints and caches the output.This project is in a very early stage (started today), meaning that
browserify-cdn
(however this would depend whether there is an interest in the more light-weight, promised-based variant)I would be happy about any feedback or help to make it more useful for the general public :)
BTW I bought the domain
parce.li
- if you could use this as start page for the generalparcelify
project.Cheers,
Seb
The text was updated successfully, but these errors were encountered: