From c66a1827853cdb8da4a8ea9cb9dda19b16e843c6 Mon Sep 17 00:00:00 2001 From: Jeffrey Duroyon Date: Mon, 13 Jan 2020 22:48:32 +0100 Subject: [PATCH] feat(babel): add babel config --- babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..a6ef69e --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} \ No newline at end of file