Browse Source
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.pull/215/head
Birger J. Nordølum
7 years ago
5 changed files with 58 additions and 7571 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,3 @@ |
|||
{ |
|||
"/js/app.js": "/js/app.js?id=58b8bcf2d5c2eee74c51", |
|||
"/css/app.css": "/css/app.css?id=e405a67622368f195d1b" |
|||
"/css/app.css": "/css/app.css" |
|||
} |
Loading…
Reference in new issue