Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-18 11:13:01 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-19 11:41:10 +0300
commitcfb64ae93e0c48c193ac971e310d59e49d09ab1a (patch)
tree33200340608f63e3a57c92d5f82b02a0dcbd312e /.babelrc
parent3a0e4a192746e157c41453ff1892e7a415f72b49 (diff)
Use shared browserslist config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc8
1 files changed, 1 insertions, 7 deletions
diff --git a/.babelrc b/.babelrc
index 27961b3d252..9da67dbe307 100644
--- a/.babelrc
+++ b/.babelrc
@@ -3,13 +3,7 @@
[
"@babel/preset-env",
{
- "modules": false,
- "targets": {
- "browsers": [
- "last 2 versions",
- "ie >= 11"
- ]
- }
+ "modules": false
}
]
]