Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 06:37
· 393 commits to main since this release

Minor Changes

  • a8c7173: Changes to metaConfigToWebDevServerConfig:

    • Renamed wrapperFunction to rollupWrapperFunction
    • Adds setupRollupPlugins which means those plugins are treated as rollup plugins and they will be wrapped by rollupWrapperFunction (if provided)
    • Plugins added via setupPlugins will no longer be wrapped
    • If you provide config.plugins then it will return that directly ignoring setupPlugins and setupRollupPlugins

    Changes to metaConfigToRollupConfig:

    • If you provide config.plugins then it will return that directly ignoring setupPlugins