tacticalrmm/web/vue.config.js

15 lines
211 B
JavaScript
Raw Normal View History

2019-10-22 22:22:36 +00:00
module.exports = {
devServer: {
2019-12-23 01:41:43 +00:00
host: "192.168.99.150"
2019-10-22 22:22:36 +00:00
},
pluginOptions: {
2020-04-19 09:41:45 +00:00
quasar: {
importStrategy: 'kebab',
rtlSupport: false
}
2019-10-22 22:22:36 +00:00
},
2020-04-19 09:41:45 +00:00
transpileDependencies: [
'quasar'
]
}