Skip to content

Commit cb1bfad

Browse files
authored
Add common issues section
1 parent e2d20e1 commit cb1bfad

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
1313
## 🔥 Getting started
1414
Since [mix](https://laravel.com/docs/5.4/mix) introduced in laravel 5.4 it is recommended to use this package for laravel >= 5.4 projects only.
15-
16-
Install package:
17-
18-
```bash
19-
# NPM
20-
npm install --save-dev laravel-multimix
21-
22-
# YARN
23-
yarn add --dev laravel-multimix
24-
```
25-
15+
16+
Install package:
17+
18+
```bash
19+
# NPM
20+
npm install --save-dev laravel-multimix
21+
22+
# YARN
23+
yarn add --dev laravel-multimix
24+
```
25+
2626
Open your `package.json` and replace ugly scrips section with this:
2727

2828
```json
@@ -125,6 +125,11 @@ if (MIX_PACKAGE === 'app') {
125125
}
126126
```
127127

128+
## ☂️Common Issues
129+
130+
**Reload watcher when webpack.mix.js file is udpdated**
131+
See #1
132+
128133
## 💡 Former & Related projects
129134

130135
- [laravel-elixir-packager](https://github.com/pi0/laravel-elixir-packager)

0 commit comments

Comments
 (0)