Document browser compatibility

Initially copied from https://github.com/vuejs/vue#browser-compatibility
Fixes https://github.com/webpack/webpack/issues/6978
Needs further discussion
This commit is contained in:
Jan Potoms 2018-04-09 10:52:49 +02:00
parent 0e404b8683
commit a808c029d7
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ or packaging just about any resource or asset.
Check out webpack's quick [**Get Started**](https://webpack.js.org/get-started/) guide and the [other guides](https://webpack.js.org/guides/). Check out webpack's quick [**Get Started**](https://webpack.js.org/get-started/) guide and the [other guides](https://webpack.js.org/guides/).
### Browser Compatibility
Webpack supports all browsers that are [ES5-compliant](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
<h2 align="center">Concepts</h2> <h2 align="center">Concepts</h2>
### [Plugins](https://webpack.js.org/plugins/) ### [Plugins](https://webpack.js.org/plugins/)