unplugin
was not what I expected, what is the benefit?
#59
ivanjeremic
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I heard about
unplugin
I was excited but when I tried it the first time I saw in the API options the bundler fields likewebpack
,rolldown
,esbuild
. Isn't this the same as hand writing a plugin for each bundler?What I expected was to write a plugin using a standard
unplugin' API and have a build script like' unplugin build
that I could run, which would spit out the config for all the other bundlers I needed.Beta Was this translation helpful? Give feedback.
All reactions