github-actions
released this
05 Jan 06:37
·
393 commits
to main
since this release
Minor Changes
-
a8c7173: Changes to
metaConfigToWebDevServerConfig
:- Renamed
wrapperFunction
torollupWrapperFunction
- Adds
setupRollupPlugins
which means those plugins are treated as rollup plugins and they will be wrapped byrollupWrapperFunction
(if provided) - Plugins added via
setupPlugins
will no longer be wrapped - If you provide
config.plugins
then it will return that directly ignoringsetupPlugins
andsetupRollupPlugins
Changes to
metaConfigToRollupConfig
:- If you provide
config.plugins
then it will return that directly ignoringsetupPlugins
- Renamed