Skip to content

Commit a625ede

Browse files
committed
refactor: fix annotation
1 parent 1a5a371 commit a625ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class InlineSourceWebpackPlugin {
3131
source.tag = 'style';
3232
}
3333
if (source.props['bundle-delete']) {
34-
// mark the bundle that need to delete
34+
// mark the asset that need to delete
3535
this.deleteAssets.push({
3636
name,
3737
regExp

0 commit comments

Comments
 (0)