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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-02 15:20:12 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-02 15:25:58 +0300
commite993d388f8ae2a9bb2a43d5915417af929a3e407 (patch)
tree9a202629d8974b74ae446995f783acae9a7f71ba /babel.config.js
parentc6ddc988881b1f5a1d220c9e1b7f988dca9f662e (diff)
Update babel config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 0000000..51ab5c7
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,12 @@
+module.exports = {
+ presets: [
+ [
+ '@babel/preset-env',
+ {
+ corejs: 3,
+ useBuiltIns: 'entry',
+ },
+ ],
+ ],
+}
+