github-actions
released this
21 Jul 14:38
·
179 commits
to main
since this release
Patch Changes
-
738941a: In
rocket.config.js
you can now supply a rollup config function.export default { rollup: config => { // config will be the fully generated config object after all presets have been applied if (config.plugins.includes('...')) { // change some config options } return config; }, };