From 7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 20 Dec 2019 17:47:04 +0100 Subject: Viewer project foundations --- viewer/babel.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 viewer/babel.config.js (limited to 'viewer/babel.config.js') diff --git a/viewer/babel.config.js b/viewer/babel.config.js new file mode 100644 index 0000000..162a3ea --- /dev/null +++ b/viewer/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ["@vue/cli-plugin-babel/preset"], +}; -- cgit v1.2.3