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 0217b04 commit d1bcd95Copy full SHA for d1bcd95
README.md
@@ -543,7 +543,7 @@ class MyPlugin {
543
compiler.hooks.compilation.tap('MyPlugin', (compilation) => {
544
console.log('The compiler is starting a new compilation...')
545
546
- // Staic Plugin interface |compilation |HOOK NAME | register listener
+ // Static Plugin interface |compilation |HOOK NAME | register listener
547
HtmlWebpackPlugin.getHooks(compilation).beforeEmit.tapAsync(
548
'MyPlugin', // <-- Set a meaningful name here for stacktraces
549
(data, cb) => {
0 commit comments