Skip to content

Commit

Permalink
docs: Update description for active option
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Apr 5, 2021
1 parent 0464fca commit 65e0082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default defineConfig({
Type: _boolean_ <br/>
**`default`** `true`

Can be used to disable the plugin, for example when used together with hot-module-reloading.
Can be used to disable the plugin, as subresource integrities might cause issues with hot module reloading.

---

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface PluginOptions {
crossorigin?: 'anonymous' | 'use-credentials'

/**
* Can be used to disable the plugin, for example when used together with hot-module-reloading.
* Can be used to disable the plugin, as subresource integrities might cause issues with hot module reloading.
* @default true
*/
active?: boolean
Expand Down

0 comments on commit 65e0082

Please sign in to comment.