aboutsummaryrefslogtreecommitdiffhomepage
path: root/Desktop Editor/babel.config.js
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-03-22 18:26:25 +0100
committerThomas Van Iseghem <[email protected]>2023-03-22 18:26:25 +0100
commit8fa2c59e7d0c7703eaf6fc9fea1b5129789b7c3e (patch)
tree8c38405857370f70460360acca2ecf40bcd93f61 /Desktop Editor/babel.config.js
parentd7814640a57323fc3fb410831e8d26083c7e0067 (diff)
downloadOpenCortex-feature/class-based-presets.tar.gz
OpenCortex-feature/class-based-presets.zip
Preset loading is now class basedfeature/class-based-presets
Code is generated using the reverse engineered proto file. You can now load any preset and load have a consistent class instance of a preset that will always return a valid preset that can be loaded by the QC
Diffstat (limited to 'Desktop Editor/babel.config.js')
-rw-r--r--Desktop Editor/babel.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/Desktop Editor/babel.config.js b/Desktop Editor/babel.config.js
new file mode 100644
index 0000000..e955840
--- /dev/null
+++ b/Desktop Editor/babel.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ presets: [
+ '@vue/cli-plugin-babel/preset'
+ ]
+}