Open wbinnssmith opened 7 months ago
Right now the devserver uses a fixed browserlist that’s the latest versions of evergreen browsers. Instead, we should respect what the user has configured (browserslist field in package.json, .browserslistrc, etc.), like Next.js with webpack does.
browserslist
.browserslistrc
PACK-2882
Related: https://github.com/vercel/next.js/issues/57718
Right now the devserver uses a fixed browserlist that’s the latest versions of evergreen browsers. Instead, we should respect what the user has configured (
browserslist
field in package.json,.browserslistrc
, etc.), like Next.js with webpack does.PACK-2882