You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): Add args and templates to rollup debugger plugin (#5085)
This makes two improvements to the rollup debugging plugin, which allows you to stick a breakpoint into any phase of the build process:
- It now collects the arguments passed to the hook function for that phase, so they can be examined in the debugger.
- The docstring now includes pre-built copies of the plugin (or, rather, calls to the plugin factory function) for every hook, so you can just copy any that you need over into the helper functions which create the rollup config.
0 commit comments