diff options
Diffstat (limited to 'viewer/babel.config.js')
-rw-r--r-- | viewer/babel.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/babel.config.js b/viewer/babel.config.js index 162a3ea..7102a6e 100644 --- a/viewer/babel.config.js +++ b/viewer/babel.config.js | |||
@@ -1,3 +1,7 @@ | |||
1 | module.exports = { | 1 | module.exports = { |
2 | presets: ["@vue/cli-plugin-babel/preset"], | 2 | presets: ["@vue/cli-plugin-babel/preset"], |
3 | plugins: [ | ||
4 | '@babel/plugin-proposal-optional-chaining', | ||
5 | '@babel/plugin-proposal-nullish-coalescing-operator', | ||
6 | ], | ||
3 | }; | 7 | }; |