wxt 0.19.1-alpha3 → 0.19.2
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 -0
- package/dist/core/utils/testing/fake-objects.d.ts +764 -764
- package/dist/core/utils/transform.d.ts +2 -1
- package/dist/core/utils/transform.mjs +68 -9
- package/dist/core/wxt.mjs +1 -0
- package/dist/version.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get
|
|
|
59
59
|
- 🦾 Auto-imports
|
|
60
60
|
- 🤖 Automated publishing
|
|
61
61
|
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
62
|
+
- 📦 Modular architecture with [WXT modules](https://wxt.dev/guide/go-further/reusable-modules.html#overview)
|
|
62
63
|
- 🖍️ Quickly bootstrap a new project
|
|
63
64
|
- 📏 Bundle analysis
|
|
64
65
|
- ⬇️ Download and bundle remote URL imports
|