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