justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.13k stars 402 forks source link

How to fix this issue - stats.children: true #10

Closed ljsharp closed 2 years ago

ljsharp commented 2 years ago

After running command - npm run dev, i got this warning alert below:

3 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 3 warnings

Any fix to this issue?

ljsharp commented 2 years ago

Solution found from Laracasts npm install autoprefixer@10.4.5 --save-exact it fixed this issue for me.