wxt 0.1.1 → 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 -11
- package/dist/cli.cjs +97 -52
- package/dist/index.cjs +96 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +17 -4
- package/dist/index.js +63 -18
- package/dist/index.js.map +1 -1
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -2,29 +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
|
-
](https://github.com/aklinker1/wxt/milestone/1)
|
|
10
|
-
>
|
|
11
|
-
> WXT is not ready for use yet. Production builds work, but dev mode is incomplete.
|
|
12
|
-
>
|
|
13
|
-
> See the [Initial Release Candidate](https://github.com/aklinker1/wxt/milestone/1) milestone for more details.
|
|
5
|
+

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