Skip to content

Commit

Permalink
Adding babel polyfill to docs-site for IE11 compatibility (Hacker0x01…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffredodd authored and martijnrusschen committed Jul 17, 2018
1 parent 7dbd2d2 commit 93c46ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpack = require("webpack");
var ExtractTextPlugin = require("extract-text-webpack-plugin");

module.exports = {
entry: ["./docs-site/src/boot"],
entry: ["babel-polyfill", "./docs-site/src/boot"],
output: {
path: path.resolve("./docs-site/"),
filename: "bundle.js",
Expand Down

0 comments on commit 93c46ed

Please sign in to comment.