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 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
- ![Example CLI Output](./.github/assets/cli-output.png)
6
-
7
- > **Warning**
8
- >
9
- > [![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/aklinker1/wxt/1)](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
+ ![Example CLI Output](./docs/assets/cli-output.png)
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