Browse Source
Merge pull request #203 from MindTooth/fix_webpack
Fixes typo in webpack.mix.js
pull/207/head
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
webpack.mix.js
|
|
@ -11,7 +11,7 @@ let mix = require('laravel-mix'); |
|
|
|
| |
|
|
|
*/ |
|
|
|
|
|
|
|
mix.scripts([ |
|
|
|
mix.js([ |
|
|
|
//'resources/assets/js/jquery-ui.min.js',
|
|
|
|
'resources/assets/js/huebee.js', |
|
|
|
'resources/assets/js/app.js' |
|
|
|