2017-10-06 21:35:02 -04:00
|
|
|
{
|
2018-01-21 17:54:43 -05:00
|
|
|
"comments": true,
|
2018-02-03 16:48:25 -05:00
|
|
|
"plugins": [
|
|
|
|
"lodash",
|
2018-02-11 18:36:20 -05:00
|
|
|
"graphql-tag",
|
|
|
|
["transform-imports", {
|
|
|
|
"vuetify": {
|
|
|
|
"transform": "vuetify/es5/components/${member}",
|
|
|
|
"preventFullImport": true
|
|
|
|
}
|
|
|
|
}]
|
2018-02-03 16:48:25 -05:00
|
|
|
],
|
2017-10-06 21:35:02 -04:00
|
|
|
"presets": [
|
2018-01-26 20:22:31 -05:00
|
|
|
["env"],
|
2017-10-06 21:35:02 -04:00
|
|
|
"stage-2"
|
|
|
|
]
|
|
|
|
}
|