We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06621c commit a631052Copy full SHA for a631052
1 file changed
src/content/contribute/writing-a-plugin.mdx
@@ -62,6 +62,7 @@ Plugins are instantiated objects with an `apply` method on their prototype. This
62
```js
63
class HelloWorldPlugin {
64
apply(compiler) {
65
+ // This hook runs when the build process is fully completed
66
compiler.hooks.done.tap(
67
"Hello World Plugin",
68
(
0 commit comments