From f1668df03fa137ff809f26b6dd5b52707d6009f1 Mon Sep 17 00:00:00 2001 From: devlinjunker Date: Mon, 4 Jul 2022 01:07:48 -0700 Subject: [Vue Rewrite] Enable Typescript Vue Components (#1831) * compiling typescript with webpack Signed-off-by: Devlin Junker * working typescript component Signed-off-by: Devlin Junker * clean up indentation and linting Signed-off-by: Devlin Junker * remove calendar-js Signed-off-by: Devlin Junker * revert indentation and remove commented out lines Signed-off-by: Devlin Junker * clean up warning Signed-off-by: Devlin Junker * cleanup + add comments Signed-off-by: Devlin Junker * fix warnings and add more comments Signed-off-by: Devlin Junker * cleanup unecessary changes to webpack and add comments Signed-off-by: Devlin Junker * fix package Signed-off-by: Devlin Junker * update changelog and fix comment Signed-off-by: Devlin Junker * cleanup Signed-off-by: Devlin Junker * remove unecessary line Signed-off-by: Devlin Junker * remove vue-class-component library + others Signed-off-by: Devlin Junker * clean up babel-loader Signed-off-by: Devlin Junker * remove fork-ts-checker plugin Signed-off-by: Devlin Junker --- babel.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index a179fa443..ec45a210c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ module.exports = { - plugins: [ - '@babel/plugin-syntax-dynamic-import', - ], - presets: ['@babel/preset-env'], + plugins: [ + '@babel/plugin-syntax-dynamic-import', + ], + presets: ['@babel/preset-env'], } -- cgit v1.2.3