LeagueStats/client/babel.config.js
2020-06-21 13:39:02 +02:00

10 lines
136 B
JavaScript

module.exports = {
presets: [
'@vue/app'
],
env: {
production: {
plugins: ['transform-remove-console']
}
}
}