diff options
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 | }; |