diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-23 13:43:46 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-26 18:45:21 +0200 |
commit | ccc63a4c8358605c8fba853cfab08ed3841c48d2 (patch) | |
tree | a33ca3ecf4666b81dd0b1bd36effb4b45bdfbdfa /babel.config.js | |
parent | ae2719fcc4570413a5218bce97bc831022a54670 (diff) | |
download | nextcloud-server-ccc63a4c8358605c8fba853cfab08ed3841c48d2.tar.gz nextcloud-server-ccc63a4c8358605c8fba853cfab08ed3841c48d2.zip |
Bump vue and fix babel warning
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index b801d768f03..e5191b0f7f9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,7 @@ module.exports = { plugins: [ '@babel/plugin-syntax-dynamic-import', - ['@babel/plugin-proposal-class-properties', { loose: true }], + '@babel/plugin-proposal-class-properties', ], presets: [ [ |