I'm developping a laravel project with the latest version of Metronic 8 theme (8.0.36)
For the upgrade to work properly I had to reverse the webpack.mix.js to a previous syntax
From : mix.scripts(...) to mix.js(...)
the .scripts generated many errors
But with that, I now have a "window.ignite is not a function" error on the console and a blank page whenever a laravel ignition error page must show.
Is it related to the change I had to make in the mix.js file or is this a problem with my ignition package dependency ?
Thanks a lot for your help