mirror of https://github.com/webpack/webpack.git
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:
parent
0e404b8683
commit
a808c029d7
|
@ -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/).
|
||||
|
||||
### 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>
|
||||
|
||||
### [Plugins](https://webpack.js.org/plugins/)
|
||||
|
|
Loading…
Reference in New Issue