wxt 0.1.2 → 0.1.3
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 -3
- package/dist/cli.cjs +42 -15
- package/dist/index.cjs +41 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -15
- package/dist/index.js.map +1 -1
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center"><i>Next gen framework for developing web extensions.<br/>Powered by <a href="https://vitejs.dev/" target="_blank">Vite</a>. Inspired by <a href="https://nuxt.com/" target="_blank">Nuxt</a>.</i></p>
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
9
|
- 🌐 Supports all browsers
|
|
10
10
|
- ✅ Supports both MV2 and MV3
|
|
11
|
-
- 📂 Directory based entrypoints
|
|
12
11
|
- ⚡ Dev mode with HMR & auto-reload
|
|
12
|
+
- 📂 File based entrypoints
|
|
13
13
|
- 🚔 TypeScript
|
|
14
14
|
- 🦾 Auto-imports
|
|
15
15
|
- ⬇️ Download and bundle remote URL imports
|
|
16
|
+
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
16
17
|
|
|
17
18
|
### Todo
|
|
18
19
|
|
|
19
|
-
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
20
20
|
- 🖍️ Quickly bootstrap a new project
|
|
21
21
|
- 📏 Bundle analysis
|
|
22
22
|
- 🤖 Automated publishing
|