Skip to content

Commit

Permalink
Docs: fix code snippet (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Oct 10, 2020
1 parent 5cbaa21 commit f4f8196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-plugin-development.md
Expand Up @@ -144,7 +144,7 @@ Next Hook: [`load`](guide/en/#load) if the resolved id that has not yet been loa
Defines a custom resolver. A resolver can be useful for e.g. locating third-party dependencies. Here `source` is the importee exactly as it is written in the import statement, i.e. for

```js
import { foo } from '../bar,js';
import { foo } from '../bar.js';
```

the source will be `"../bar.js""`.
Expand Down

0 comments on commit f4f8196

Please sign in to comment.