We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5a371 commit a625edeCopy full SHA for a625ede
1 file changed
index.js
@@ -31,7 +31,7 @@ class InlineSourceWebpackPlugin {
31
source.tag = 'style';
32
}
33
if (source.props['bundle-delete']) {
34
- // mark the bundle that need to delete
+ // mark the asset that need to delete
35
this.deleteAssets.push({
36
name,
37
regExp
0 commit comments