-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rollup): add
args
attribute to rollup_bundle rule (#1681)
Arguments passed to rollup. These can be used to override config file settings. These argument are appended to the command line before all arguments that are always added by the rule such as `--output.dir` or `--output.file`, `--format`, `--config` and `--preserveSymlinks` and also those that are optionally added by the rule such as `--sourcemap`. See rollup CLI docs https://rollupjs.org/guide/en/#command-line-flags for complete list of supported arguments.
- Loading branch information
1 parent
8089999
commit 94c6182
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters