Skip to content

Commit a73dcd8

Browse files
committed
Added IE11 Support
1 parent d649ac1 commit a73dcd8

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"env",
55
{
66
"targets": {
7-
"browsers": ["last 2 versions"]
7+
"browsers": ["last 2 versions", "ie >= 11"]
88
},
99
"debug": true
1010
}

config/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const webpack = require("webpack");
55
const devMode = process.env.NODE_ENV !== "production";
66

77
module.exports = {
8+
entry: ["babel-polyfill", "./src/index"],
89
resolve: {
910
modules: [path.resolve(__dirname, "../src"), "node_modules"]
1011
},

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)