File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11/**
2+ * Rollup plugin hooks docs: https://rollupjs.org/guide/en/#build-hooks and
3+ * https://rollupjs.org/guide/en/#output-generation-hooks
4+ *
25 * Regex Replace plugin docs: https://github.com/jetiny/rollup-plugin-re
36 * Replace plugin docs: https://github.com/rollup/plugins/tree/master/packages/replace
47 * Sucrase plugin docs: https://github.com/rollup/plugins/tree/master/packages/sucrase
@@ -50,7 +53,8 @@ export function makeConstToVarPlugin() {
5053/**
5154 * Create a plugin which can be used to pause the build process at the given hook.
5255 *
53- * Hooks can be found here: https://rollupjs.org/guide/en/#build-hooks.
56+ * Hooks can be found at https://rollupjs.org/guide/en/#build-hooks and
57+ * https://rollupjs.org/guide/en/#output-generation-hooks.
5458 *
5559 * @param hookName The name of the hook at which to pause.
5660 * @returns A plugin which inserts a debugger statement in the phase represented by the given hook
You can’t perform that action at this time.
0 commit comments