From d2b06df90fd1e8f6b89c49704150de45aee92b51 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 11 Feb 2020 20:29:04 +0100 Subject: viewer: project configuration - Libraries update, removed the obsolete babel proposals plugins - vue/cli version check on start --- viewer/babel.config.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'viewer/babel.config.js') diff --git a/viewer/babel.config.js b/viewer/babel.config.js index 7102a6e..1378522 100644 --- a/viewer/babel.config.js +++ b/viewer/babel.config.js @@ -1,7 +1,5 @@ module.exports = { presets: ["@vue/cli-plugin-babel/preset"], plugins: [ - '@babel/plugin-proposal-optional-chaining', - '@babel/plugin-proposal-nullish-coalescing-operator', ], }; -- cgit v1.2.3