From a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 1 Aug 2020 20:14:34 +0200 Subject: Initial commit --- src/browser/babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/browser/babel.config.js (limited to 'src/browser/babel.config.js') diff --git a/src/browser/babel.config.js b/src/browser/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/src/browser/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} -- cgit v1.3