wxt 0.0.2 → 0.1.0
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 +3 -4
- package/dist/cli.cjs +585 -483
- package/dist/index.cjs +581 -483
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +17 -38
- package/dist/index.js +577 -478
- package/dist/index.js.map +1 -1
- package/dist/virtual-modules/background-entrypoint.js +52 -4
- package/dist/virtual-modules/background-entrypoint.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -17,18 +17,17 @@
|
|
|
17
17
|
- 🌐 Supports all browsers
|
|
18
18
|
- ✅ Supports both MV2 and MV3
|
|
19
19
|
- 📂 Directory based entrypoints
|
|
20
|
+
- ⚡ Dev mode with HMR & auto-reload
|
|
20
21
|
- 🚔 TypeScript
|
|
21
22
|
- 🦾 Auto-imports
|
|
22
|
-
- ⚡ Dev mode with HMR
|
|
23
23
|
- ⬇️ Download and bundle remote URL imports
|
|
24
|
-
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
25
24
|
|
|
26
25
|
### Todo
|
|
27
26
|
|
|
28
|
-
-
|
|
27
|
+
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
29
28
|
- 🖍️ Quickly bootstrap a new project
|
|
30
29
|
- 📏 Bundle analysis
|
|
31
|
-
-
|
|
30
|
+
- 🤖 Automated publishing
|
|
32
31
|
|
|
33
32
|
## Get Started
|
|
34
33
|
|