Possible to use more updated browserslist with postcss-preset-env? #1299
|
The most recent version of postcss-preset-env doesn’t have the most up-to-date version of browserslist, so is there a way to make postcss-preset-env detect a separate browserslist installation and rely on its data, instead of the browserslist dependency within postcss-preset-env? |
Answered by
Antonio-Laguna
Feb 24, 2024
Replies: 1 comment · 1 reply
|
Hey @brycewray thats a great question! Because of how npm works and how we’ve specified the dependencies, npm will actually install the latest version in range. This means that any version after ours that isn’t breaking is a valid version and will just work/be installed in a normal installation |
1 reply
Answer selected by
brycewray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @brycewray thats a great question!
Because of how npm works and how we’ve specified the dependencies, npm will actually install the latest version in range. This means that any version after ours that isn’t breaking is a valid version and will just work/be installed in a normal installation