diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-26 21:09:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-26 21:09:11 +0000 |
commit | f82d5dcab7c3d9a672abc827c92f86887b683a7d (patch) | |
tree | 4a4379a82ab825185aaeafdfb9eb0f9029dc286c /babel.config.js | |
parent | 619d0b6922a6cf95d291fbbf5fa3d09e772a1ea8 (diff) | |
download | gitlab-ce-f82d5dcab7c3d9a672abc827c92f86887b683a7d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/babel.config.js b/babel.config.js index dfb3bf19c36..9c419b93b33 100644 --- a/babel.config.js +++ b/babel.config.js @@ -18,12 +18,10 @@ const presets = [ // include stage 3 proposals const plugins = [ - '@babel/plugin-syntax-dynamic-import', '@babel/plugin-syntax-import-meta', '@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-json-strings', '@babel/plugin-proposal-private-methods', - '@babel/plugin-proposal-optional-chaining', 'lodash', ]; |