blob: 3d516466178668cd96b784b6f8be7f91ef6aafc0 [file] [log] [blame]
lishutong9a5b57e2021-07-08 15:24:17 +00001module.exports = {
2 publicPath: process.env.NODE_ENV === 'production'
3 ? '/analyseOTA/'
lishutong8d5a72c2021-07-12 17:46:35 +00004 : '/',
5
6 transpileDependencies: [
7 'vuetify'
8 ]
9}