Add IE 11 babel polyfill
This commit is contained in:
12
.babelrc
12
.babelrc
@@ -1,3 +1,13 @@
|
||||
{
|
||||
"presets": ["@babel/preset-env"]
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"ie": "11"
|
||||
},
|
||||
"useBuiltIns": "usage"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
// Generic
|
||||
// ==========================================================================
|
||||
@import "../../normalize.css/normalize.css";
|
||||
@import "node_modules/normalize.css/normalize";
|
||||
@import "generic/generic";
|
||||
@import "generic/media";
|
||||
@import "generic/form";
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"svg4everybody": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/polyfill": "*",
|
||||
"gulp-concat": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user