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
Right now, although powerful, having to manually go through the boilerplate steps of calling pundle.compile, pundle.generate, and fs.writeFileSync all in different promise blocks is a hassle. I know it's not that big of a deal, but I feel like since every other alternative offers a config file, the programmatic approach can scare newcomers away.
pundle-dev kinda solves this problem with it's server config, but that doesn't work with just pundle by itself.
The API for the config file would probably be different than this, but you get the idea. You could also add a server block if you instead to use this config with a server. It also carries the benefit of being more readable.
The text was updated successfully, but these errors were encountered:
Right now, although powerful, having to manually go through the boilerplate steps of calling
pundle.compile
,pundle.generate
, andfs.writeFileSync
all in different promise blocks is a hassle. I know it's not that big of a deal, but I feel like since every other alternative offers a config file, the programmatic approach can scare newcomers away.pundle-dev
kinda solves this problem with it'sserver
config, but that doesn't work with just pundle by itself.It'd be nice to have something like:
The API for the config file would probably be different than this, but you get the idea. You could also add a
server
block if you instead to use this config with a server. It also carries the benefit of being more readable.The text was updated successfully, but these errors were encountered: