Rollup driver
Provides Rollup support by dynamically generating a
rollup.config.js
config file.
#
Requirements- Rollup ^2.0.0
#
InstallationIn your configuration module, install the driver, Rollup, and any loaders or plugins.
- Yarn
- NPM
Create a file at configs/rollup.ts
(or js
) in which to house your Rollup configuration.
configs/rollup.ts
#
IntegrationIn your consuming project, enable the driver by adding rollup
to your drivers
config.
.config/beemo.ts