@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/README.md +1 -1
- package/dist/index.cjs +0 -3587
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +377 -2115
- package/package.json +26 -32
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
|
|
205
|
+
* `defineDynamicResource` to define your web accessible resources in a
|
|
206
|
+
* TypeScript file:
|
|
206
207
|
*
|
|
207
208
|
* ```typescript
|
|
208
209
|
* import { crx, defineManifest, defineDynamicResource }
|