diff options
author | Zero~Informatique | 2020-02-11 20:29:04 +0100 |
---|---|---|
committer | Notkea | 2020-02-12 21:44:51 +0100 |
commit | d2b06df90fd1e8f6b89c49704150de45aee92b51 (patch) | |
tree | 912b2776debdc8e48a49cf6bad910c727c82bde6 /viewer/babel.config.js | |
parent | e61a7c84f1a1753186980ff1990ee146395ddfc1 (diff) | |
download | ldgallery-d2b06df90fd1e8f6b89c49704150de45aee92b51.tar.gz |
viewer: project configuration
- Libraries update, removed the obsolete babel proposals plugins
- vue/cli version check on start
Diffstat (limited to 'viewer/babel.config.js')
-rw-r--r-- | viewer/babel.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
1 | module.exports = { | 1 | module.exports = { |
2 | presets: ["@vue/cli-plugin-babel/preset"], | 2 | presets: ["@vue/cli-plugin-babel/preset"], |
3 | plugins: [ | 3 | plugins: [ |
4 | '@babel/plugin-proposal-optional-chaining', | ||
5 | '@babel/plugin-proposal-nullish-coalescing-operator', | ||
6 | ], | 4 | ], |
7 | }; | 5 | }; |