twigs-web/babel.config.js
William Brawner 71a4d8e8a5 Replace Angular with base Vue install
Signed-off-by: William Brawner <me@wbrawner.com>
2020-10-11 05:02:51 +00:00

5 lines
73 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}