FiveEat42 / yebalja.com

Web Service providing Free-BootCamp Info for Aspiring Developers
https://www.yebalja.com/
15 stars 3 forks source link

Need to fix 'Autoprefixer is no longer needed' warnings #100

Closed 365kim closed 3 years ago

365kim commented 3 years ago
Greetings, time traveller. 
We are in the golden age of prefix-less CSS, where Autoprefixer is no longer needed for your stylesheet.

As far as I observed, this line pops up for every single css file. It seems like these don't really affect our web app, but better to fix as these are repeated every time we build!

image

365kim commented 3 years ago

https://stackoverflow.com/questions/62883240/how-do-i-solve-greetings-time-traveller-we-are-in-the-golden-age-of-prefix-le 여기 답변내용 참고해서 아래 처럼 package.json에 추가해줬더니 warning 사라졌어요! browserslist는 대상 브라우저 목록을 정의하는 거라고 하는데 저 코드가 정확히 어떤 역할을 해주는지는 잘 모르겠어요..

image