Skip to content

Commit 7cab0a0

Browse files
committed
Add note about promise polyfill
1 parent a808c02 commit 7cab0a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Check out webpack's quick [**Get Started**](https://webpack.js.org/get-started/)
7373
### Browser Compatibility
7474

7575
Webpack supports all browsers that are [ES5-compliant](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
76+
webpack also needs `Promise` for `import()` and `require.ensure()`. If you want to support older browsers, you will need to load a polyfill before using these expressions.
7677

7778
<h2 align="center">Concepts</h2>
7879

0 commit comments

Comments
 (0)