wxt 0.0.1 → 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 CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  > **Warning**
8
8
  >
9
+ > [![GitHub milestone](https://img.shields.io/github/milestones/progress-percent/aklinker1/wxt/1)](https://github.com/aklinker1/wxt/milestone/1)
10
+ >
9
11
  > WXT is not ready for use yet. Production builds work, but dev mode is incomplete.
10
12
  >
11
13
  > See the [Initial Release Candidate](https://github.com/aklinker1/wxt/milestone/1) milestone for more details.
@@ -15,18 +17,17 @@
15
17
  - 🌐 Supports all browsers
16
18
  - ✅ Supports both MV2 and MV3
17
19
  - 📂 Directory based entrypoints
20
+ - ⚡ Dev mode with HMR & auto-reload
18
21
  - 🚔 TypeScript
19
22
  - 🦾 Auto-imports
20
- - ⚡ Dev mode with HMR
21
23
  - ⬇️ Download and bundle remote URL imports
22
- - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
23
24
 
24
25
  ### Todo
25
26
 
26
- - 🤖 Automated publishing
27
+ - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
27
28
  - 🖍️ Quickly bootstrap a new project
28
29
  - 📏 Bundle analysis
29
- - Dev mode with HMR and **_auto-reload_**
30
+ - 🤖 Automated publishing
30
31
 
31
32
  ## Get Started
32
33