Laravel News: Using Dynamic Imports with Laravel Mix
syndicated from www.phpdeveloper.org
on June 4, 2019
In the latest release of Laravel Mix (v4.0.16), support for dynamic imports was added out of the box. Learn how you can use code-splitting to ship much smaller initial bundles (kilobytes instead of megabytes) and improve load-times significantly for those users.
...