Nuxt/examples/vue-class-component/nuxt.config.js

8 lines
130 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-04-14 14:47:21 +00:00
build: {
babel: {
2017-04-17 16:15:55 +00:00
plugins: ['transform-decorators-legacy', 'transform-class-properties']
2017-04-14 14:47:21 +00:00
}
}
}