You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed manifest.json to mix-manifest.json to avoid conflicts with any potential application cache manifest files in the same directory.
As part of 8849785 we had to switch to a different plugin for generating the manifest file. This forced a slightly different output for mix-manifest.json, so your server-side mix() function should be updated, if you're not using Laravel. Here's a working example that you should be able to convert to your language/tool of choice. laravel/framework@6ea4997
Additions
A server-side mix() function is now included with all Laravel 5.4 installs. laravel/framework@6ea4997
Mix will now throw an exception if you forget to call mix.js() at least once. 4e78e37
Bumped vue-template-compiler dependency to 2.1.9. 944700e
Fixes
Fixed a bug that caused multiple mix.sass() calls to not be represented correctly in the manifest file. 8849785
Updated webpack.config.js to search for OTF fonts as well. 88da876