Constructs rollup configuration for the project.
Configured project.
Whether options generated automatically prior to applying custom ones.
true
by default.
Promise resolved to array of customized Rollup options.
Configured project.
Rollup API instance.
Replaces custom Rollup options with autogenerated ones.
Clears custom options, and forces automatic generation.
Rest
...options: RollupOptions[]Rollup options extending autogenerated ones.
Updated instance.
Protected
cloneExtends Rollup options.
If extension created by Rollup configuration, it will be used as is. Otherwise, new custom options instance will be created with options merged.
Rest
...extensions: RollupOptions[]Rollup options extending previous ones.
Updated instance.
Gains actual development tools host from the project.
Replaces Rollup options with custom ones.
Clears custom options, and prevents automatic generation.
Rest
...options: RollupOptions[]Rollup options to apply.
Updated instance.
Static
loadLoads Rollup configuration from ESM module.
If configuration file found, its options replace the default ones. Default configuration returned otherwise.
Configured project.
Rollup configuration URL relative to project root. Defaults to ./rollup.config.js
.
Loaded configuration.
Static
ofGains Rollup configuration of the project.
Respects defaults.
Configured project.
Rollup configuration of the project
.
Rollup configuration of the project.