diff --git a/lessons/browserslist.md b/lessons/browserslist.md index a76a71c..c86f8be 100644 --- a/lessons/browserslist.md +++ b/lessons/browserslist.md @@ -6,7 +6,7 @@ section: "JS Tools" description: "Babel transforms your JS code from futuristic code to code that is understandable by older browsers. Via a package called browserslist (which Parcel installed for you) you can Babel what browsers to target." --- -Babel transforms your JS code from futuristic code to code that is understandable by older browsers. Via a package called browserslist (which Parcel installed for you) you can Babel what browsers to target. +Babel transforms your JS code from futuristic code to code that is understandable by older browsers. Via a package called browserslist (which Parcel installed for you) you can configure Babel what browsers to target. Head to [browserslist.dev][dev].