Fix webpack documentation link

This commit is contained in:
Fabrizio Moscon
2017-06-02 01:24:25 +01:00
committed by Nicolas Gallagher
parent 483a76cb5c
commit 33d1cdf193

View File

@@ -14,7 +14,7 @@ polyfill.
## Webpack and Babel
[Webpack](webpack.js.org) is a popular build tool for web apps. Below is an
[Webpack](https://webpack.js.org) is a popular build tool for web apps. Below is an
example of how to configure a build that uses [Babel](https://babeljs.io/) to
compile your JavaScript for the web.