bullish/frontend/vue.config.js
Ameya Shenoy 2528c5d968
feat: minimal viable working frontend
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-02-09 18:54:38 +05:30

5 lines
66 B
JavaScript

module.exports = {
transpileDependencies: [
'vuetify'
]
}