Add vuetify and material-design-icons. No-Typo-Check: auto-generated artifacts Test: Mannual tested. Change-Id: Ib38002237961162907772a20f5721f745c931563
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
? '/analyseOTA/'
|
|
: '/',
|
|
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
]
|
|
}
|