chore: delete ie fix and change babel config

This commit is contained in:
woothu
2019-06-18 13:00:10 +02:00
parent 7a95dc377c
commit a95d98c9a3
3 changed files with 1 additions and 12 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
module.exports = { module.exports = {
presets: [ presets: [
[ "@vue/app", { ['@vue/app']
"useBuiltIns": 'entry'
}]
] ]
} }
-6
View File
@@ -1,6 +0,0 @@
//IE fix for sticky footer
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.c-app {
height: 100%;
}
}
-3
View File
@@ -6,6 +6,3 @@
// If you want to add something do it here // If you want to add something do it here
@import "custom"; @import "custom";
// ie fixes
@import "ie-fix";