You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,8 +31,10 @@ A **zero-configuration** bundler for _tiny modules_, powered by [Rollup].
27
31
}
28
32
```
29
33
30
-
## Usage
31
34
35
+
## 📦 Usage
36
+
37
+
Microbundle includes two commands - `build` (the default) and `watch`. Neither require any options, but you can tailor things to suit your needs a bit if you like.
32
38
33
39
### `microbundle` / `microbundle build`
34
40
@@ -37,8 +43,9 @@ By default, microbundle will infer the location of your source entry file
37
43
38
44
### `microbundle watch`
39
45
40
-
Watches source files and rebuilds on any change.
46
+
Just like `microbundle build`, but watches your source files and rebuilds on any change.
0 commit comments