disable terser for test debugging

master
pooya parsa 2019-03-24 16:34:48 +04:30
parent 33db91eed5
commit 671356baf9
1 changed files with 3 additions and 0 deletions

View File

@ -18,5 +18,8 @@ module.exports = {
proxy: true,
retry: 1
},
build: {
terser: false
},
plugins: ['~/plugins/http']
}