Skip to content

Commit

Permalink
docs(readme): update ie11 webpack config info
Browse files Browse the repository at this point in the history
related to #706
  • Loading branch information
MarkPieszak authored Dec 19, 2018
1 parent d0cae19 commit cc1e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ import * as $ from 'jquery';
### How can I support IE9 through IE11?
To support IE9 through IE11 open the `polyfills.ts` file in the `polyfills` folder and uncomment out the 'import polyfills' as needed.
To support IE9 through IE11 open the `polyfills.ts` file in the `polyfills` folder and uncomment out the 'import polyfills' as needed. ALSO - make sure that your `webpack.config` and `webpack.config.vendor` change option of `UglifyJsPlugin` from `ecma: 6` to **`ecma: 5`**.
----
Expand Down

0 comments on commit cc1e9b8

Please sign in to comment.