presentations/decoupling-drupal-vuejs/demo/blue-conf/vuejs/babel.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
53 B
JavaScript
Raw Normal View History

2019-05-25 00:11:42 +01:00
module.exports = {
presets: [
'@vue/app'
]
}