We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a95dc3 commit a95d98cCopy full SHA for a95d98c
babel.config.js
@@ -1,7 +1,5 @@
1
module.exports = {
2
presets: [
3
- [ "@vue/app", {
4
- "useBuiltIns": 'entry'
5
- }]
+ ['@vue/app']
6
]
7
}
src/assets/scss/_ie-fix.scss
src/assets/scss/style.scss
@@ -6,6 +6,3 @@
// If you want to add something do it here
8
@import "custom";
9
-
10
-// ie fixes
11
-@import "ie-fix";
0 commit comments