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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,12 @@ The [**build** command](https://github.com/8eecf0d2/netlify-local/wiki/Command-B
35
35
netlify-local build <options>
36
36
```
37
37
38
+
#### `bundle` command
39
+
The [**bundle** command](https://github.com/8eecf0d2/netlify-local/wiki/Command-Bundle) will attempt to parse your `netlify.toml` and update your Webpack Configuration with the correct `entry` and `output` properties.
40
+
```bash
41
+
netlify-local bundle <options>
42
+
```
43
+
38
44
#### Options
39
45
You can view a detailed [list of options in the wiki](https://github.com/8eecf0d2/netlify-local/wiki/Options).
0 commit comments