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 de341d6 commit 5b202d3Copy full SHA for 5b202d3
config/webpack-image-sizes-plugin.js
@@ -72,7 +72,7 @@ class WebpackImageSizesPlugin {
72
* @memberof WebpackImageSizesPlugin
73
*/
74
apply(compiler) {
75
- const context = compiler.context
+ const { context } = compiler
76
const confImgPath = path.resolve(context, this.options.confImgPath)
77
const sizesPath = path.join(confImgPath, this.options.sizesSubdir)
78
const tplPath = path.join(confImgPath, this.options.tplSubdir)
0 commit comments