ben-rogerson / agency-webpack-mix-config

👨‍💻 A capable website/webapp boilerplate ready for the web agency battlefield. Creates a static site with Twig templating by default. Supports Craft/Wordpress/Laravel after a few adjustments.
103 stars 12 forks source link

Empty css file when using dynamic imports + mix.vendor() #1

Closed ben-rogerson closed 1 year ago

ben-rogerson commented 5 years ago

Geez, who would have thought that dynamic imports + vendor splitting would be the cause?

Apparently this is a known issue with Laravel Mix and should be fixed when Webpack 5 is released.

Annoying right?