Skip to content

Commit

Permalink
update(webpack-watch): rectify watch failure
Browse files Browse the repository at this point in the history
issue #105
  • Loading branch information
sabertazimi committed Dec 10, 2018
1 parent 2c84f30 commit afa6051
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions programming/web/reactjs/webpackBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

- [Webpack Basic Notes](#webpack-basic-notes)
- [Config](#config)
- [resolve](#resolve)
- [Options](#options)
- [Watch Options](#watch-options)
- [Resolve Options](#resolve-options)
- [Flag Options](#flag-options)
- [Optimization](#optimization)
- [Plugin](#plugin)
- [Advanced](#advanced)
Expand All @@ -18,7 +19,14 @@

## Config

### resolve
### Watch Options

```bash
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
```

### Resolve Options

```js
{
Expand All @@ -34,7 +42,7 @@
}
```

### Options
### Flag Options

- --progress
- --colors
Expand Down

0 comments on commit afa6051

Please sign in to comment.