Skip to content

Commit d970c31

Browse files
authored
fix(url): add name property to plugin (#433)
* Conform to Rollup type definitions. Also, exporting `defaultInclude` as I'd like to extend the defaults instead of redefining them. * Update index.js
1 parent 28f9869 commit d970c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/url/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default function url(options = {}) {
2626
const copies = Object.create(null);
2727

2828
return {
29+
name: "url",
2930
load(id) {
3031
if (!filter(id)) {
3132
return null;

0 commit comments

Comments
 (0)