Skip to content

Commit ce7ddbd

Browse files
authored
Update README.md
1 parent 816763e commit ce7ddbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Like this template? Please consider [supporting the development ❤️](https://
4545
- `pkgName` (required) - The npm name of the package
4646
- `baseUrl` - The base URL of the CDN to load from (defaults to `https://cdn.jsdelivr.net/npm/`)
4747
- `path` - The path to the file inside the package (uses jsdelivr's standard path by default)
48+
- `link` - Set this to `true` if you have linked this package locally using [`npm link`](https://docs.npmjs.com/cli/v8/commands/npm-link) and want to explicitly have the latest code included in the bundle.
4849
- **`assets/resources.json`**
4950
Contains a list of all resources that should be loaded using the `@resource` directive.
5051
This is useful for loading files like stylesheets, images, and other assets that should not be included in the code bundle, but loaded in and cached by the userscript extension.

0 commit comments

Comments
 (0)