Last fix for Huebee issue.

After some major debugging once again, I've concluded that the previous
webpack.mix.js worked fine, but threw an error when minifying the app.js
file.  The culprit is because the current app.js contains some newer
ECMAScript code that needs to be translated.  However, with the current
inclusion of huebee.js into the samme command, it seems to mess things
up.

Just as a potensial fix for now is to just ignore the issue, and have a
stab at it at a later date.  This reverts the "fixes" I've made before.
This commit is contained in:
Birger J. Nordølum
2018-06-16 15:04:08 +02:00
parent 9195eead27
commit d3819a6a88
5 changed files with 152 additions and 7665 deletions

2
webpack.mix.js vendored
View File

@@ -11,7 +11,7 @@ let mix = require('laravel-mix');
|
*/
mix.js([
mix.scripts([
//'resources/assets/js/jquery-ui.min.js',
'resources/assets/js/huebee.js',
'resources/assets/js/app.js'