wxt 0.6.0 → 0.6.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 -1
- package/dist/cli.cjs +838 -7024
- package/dist/index.cjs +135 -42
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +32 -1
- package/dist/index.d.ts +32 -1
- package/dist/index.js +133 -40
- package/dist/index.js.map +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -44,10 +44,10 @@ Or see the [installation guide](https://wxt.dev/get-started/installation.html) t
|
|
|
44
44
|
- ⬇️ Download and bundle remote URL imports
|
|
45
45
|
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
46
46
|
- 🖍️ Quickly bootstrap a new project
|
|
47
|
+
- 📏 Bundle analysis
|
|
47
48
|
|
|
48
49
|
### Coming Soon
|
|
49
50
|
|
|
50
|
-
- 📏 Bundle analysis
|
|
51
51
|
- 🤖 Automated publishing
|
|
52
52
|
|
|
53
53
|
## Contributors
|