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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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