@crxjs/vite-plugin 2.0.0-beta.1 → 2.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -202,7 +202,8 @@ declare const defineManifest: (manifest: ManifestV3Export) => ManifestV3Export;
202
202
  *
203
203
  * You don't need to define a match pattern for dynamic content script
204
204
  * resources, but if you want to do so, you can use the helper function
205
- * `defineDynamicResource` to define your web accessible resources in a TypeScript file:
205
+ * `defineDynamicResource` to define your web accessible resources in a
206
+ * TypeScript file:
206
207
  *
207
208
  * ```typescript
208
209
  * import { crx, defineManifest, defineDynamicResource }