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 1
1
/**
2
+ * Rollup plugin hooks docs: https://rollupjs.org/guide/en/#build-hooks and
3
+ * https://rollupjs.org/guide/en/#output-generation-hooks
4
+ *
2
5
* Regex Replace plugin docs: https://github.com/jetiny/rollup-plugin-re
3
6
* Replace plugin docs: https://github.com/rollup/plugins/tree/master/packages/replace
4
7
* Sucrase plugin docs: https://github.com/rollup/plugins/tree/master/packages/sucrase
@@ -50,7 +53,8 @@ export function makeConstToVarPlugin() {
50
53
/**
51
54
* Create a plugin which can be used to pause the build process at the given hook.
52
55
*
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.
54
58
*
55
59
* @param hookName The name of the hook at which to pause.
56
60
* @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