refactor: remove vuejs map files in production

This commit is contained in:
Valentin Kaelin 2019-10-21 16:15:33 +02:00
parent dd3db8ed99
commit 0906a73003

3
client/vue.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
productionSourceMap: false
}