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've been using bunchee and noticed slight differences in behavior between the CLI and Node.js API, leading to the configuration doesn't meet all my needs.
I propose adding a feature that allows the use of a JS configuration file like other bundlers (maybe another better way), allowing for conditional configuration based on the environment or other conditions.
The text was updated successfully, but these errors were encountered:
Can you share the example of what config you want to set based on the environment. Cause we’re building a zero-config bundler. I don’t want to add a config file to break the original intention of this library
Can you share the example of what config you want to set based on the environment. Cause we’re building a zero-config bundler. I don’t want to add a config file to break the original intention of this library
I want to bundle with minification but except during development. Refer to doc of tsup - Conditional config, which makes it easier to reuse CLI flags in package.json and appropriately adjust based on circumstances
I've been using bunchee and noticed slight differences in behavior between the CLI and Node.js API, leading to the configuration doesn't meet all my needs.
I propose adding a feature that allows the use of a JS configuration file like other bundlers (maybe another better way), allowing for conditional configuration based on the environment or other conditions.
The text was updated successfully, but these errors were encountered: