Closed randyrankin closed 6 years ago
This doesn't really look like it has anything to do with this package...
Are you sure you're not encountering this issue without .purgeCss()
?
If it's still a problem, please share the contents of your package.json
and the output of npm ls
I found the problem: My package.json
file was referring to "laravel-mix": "1.*"
. I changed to "laravel-mix": "2.*"
and all ran fine. I should have read the installation guide more closely.
Thank you for responding so quickly, especially on a Saturday. I really appreciate all the hard work that you and the Spatie team put into these packages. Many thanks.
First off, thank you and great work! I hit a bit of a problem with a Laravel Spark 6 project.
npm run prod
produces the following::