From 43af089b3588b6fd29a1b09be9874054e0291c5e Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 2 Jan 2026 08:28:01 +0000 Subject: Adds scaffolding for Vue.js frontend --- hsm-web/Client/babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hsm-web/Client/babel.config.js (limited to 'hsm-web/Client/babel.config.js') diff --git a/hsm-web/Client/babel.config.js b/hsm-web/Client/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/hsm-web/Client/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} -- cgit v1.2.1