0👍
Try putting this in your webpack.mix.js
file:
mix.sourceMaps();
This will show you where the error is located in the uncompiled code.
Source:stackexchange.com
0👍
Try putting this in your webpack.mix.js
file:
mix.sourceMaps();
This will show you where the error is located in the uncompiled code.