feat: vuetify integration + editor-code actions

This commit is contained in:
NGPixel
2018-02-11 18:36:20 -05:00
parent 1a051f5569
commit da8b4b662c
10 changed files with 143 additions and 12 deletions

View File

@@ -2,7 +2,13 @@
"comments": true,
"plugins": [
"lodash",
"graphql-tag"
"graphql-tag",
["transform-imports", {
"vuetify": {
"transform": "vuetify/es5/components/${member}",
"preventFullImport": true
}
}]
],
"presets": [
["env"],