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 a9f496a commit fe18efaCopy full SHA for fe18efa
config/webpack-image-sizes-plugin.js
@@ -149,7 +149,7 @@ class WebpackImageSizesPlugin {
149
runGeneration(compiler, callback)
150
})
151
152
- // Add directories to wat
+ // Add directories to watch
153
compiler.hooks.compilation.tap('WebpackImageSizesPlugin', (compilation) => {
154
// Watch configuration directories
155
if (fs.existsSync(sizesPath)) {
0 commit comments