LeagueStats/client/babel.config.js

11 lines
136 B
JavaScript
Raw Normal View History

2019-03-30 22:55:48 +00:00
module.exports = {
presets: [
'@vue/app'
2020-06-21 11:39:02 +00:00
],
env: {
production: {
plugins: ['transform-remove-console']
}
}
2019-03-30 22:55:48 +00:00
}