-
fix(bundling): use watch mode for rollup plugin (#26139)
发布于
2024-05-29 13:21:28 +00:00 Current Behavior
@nx/rollup/pluginwill not properly reloadrollup.config.jsfiles
when they are updated as they are cached.Expected Behavior
@nx/rollup/pluginloads rollup configs withwatchModeenabled so
that rollup utilizes the proper cache busting mechanism so that
rollup.config.jsis properly reloaded.Related Issue(s)
Fixes #
(cherry picked from commit
27940d3fff)下载附件