Skip to content

Commit 6912085

Browse files
fix: give the plugin a name (#6)
1 parent f24ec22 commit 6912085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unassert.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default function unassert(options = {}) {
5353
);
5454

5555
return {
56+
name: 'unassert',
5657
transform(code, id) {
5758
if (!filter(id)) { return null; }
5859

0 commit comments

Comments
 (0)