File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1212
1313## 🔥 Getting started
1414Since [ 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+
2626Open 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 )
You can’t perform that action at this time.
0 commit comments