diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-06-18 10:13:01 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-06-19 10:41:10 +0200 |
commit | cfb64ae93e0c48c193ac971e310d59e49d09ab1a (patch) | |
tree | 33200340608f63e3a57c92d5f82b02a0dcbd312e /.babelrc | |
parent | 3a0e4a192746e157c41453ff1892e7a415f72b49 (diff) | |
download | nextcloud-server-cfb64ae93e0c48c193ac971e310d59e49d09ab1a.tar.gz nextcloud-server-cfb64ae93e0c48c193ac971e310d59e49d09ab1a.zip |
Use shared browserslist config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,13 +3,7 @@ [ "@babel/preset-env", { - "modules": false, - "targets": { - "browsers": [ - "last 2 versions", - "ie >= 11" - ] - } + "modules": false } ] ] |