added babel and INCORRECT vue-flag-icon type definitions -> disabled check (js lib instead of ts)

This commit is contained in:
Tobias Kurze
2019-03-12 16:44:28 +01:00
parent 48e8759c31
commit 18f22fdffa
11 changed files with 140 additions and 20 deletions

11
vue.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
css: {
loaderOptions: {
sass: {
data: `
@import "@/scss/_variables.scss";
`
}
}
}
};