nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
710 stars 121 forks source link

npm run dev warning: (Use 'stats.children: true' resp. '--stats-children' for more details #87

Open Neeraj1005 opened 2 years ago

Neeraj1005 commented 2 years ago

I'm getting this issue after installing the jetstrap pakcage. Before laravel jetstream npm run dev was not giving any warning but after installing the jetstrap it gives a warning.

WARNING in ./resources/css/app.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]
mralston commented 2 years ago

Try this:

https://stackoverflow.com/a/72097301

abanghendri commented 2 years ago

Try this:

https://stackoverflow.com/a/72097301

It doesn't work for me, any other suggestion?

mralston commented 2 years ago

I don't, I'm afraid. I encountered this error in a different context a few days ago. I started looking at JetsStrap yesterday and was looking through issues to see if it did Bootstrap 5 (the summary I saw said it was 4). Anyway, I saw your issue which I had just sorted myself in an unrelated project and it was down to Bootstrap 4 using a feature that's deprecated by autoprefixer, so I suspected you'd hit the same problem. Maybe it will give you a place to start looking though... perhaps there's a different package which doesn't like that feature...?