I have the same warning, can you solved?
Nov 2, 2021
14
Level 4
MIX 1 WARNING in child compilations
When compiling assets, I get this
1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
What doers it mean and how can I use the suggested option in laravel mix ?
Level 3
I had 12 warnings all to do with color-adjust being deprecated and needing changed to print-color-adjust.
npm install [email protected] --save-exact
Fixes the issue.
28 likes
Please or to participate in this conversation.