diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 06:45:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 06:45:41 +0000 |
commit | 9d45e42dc0298ea8241132142d3100358fe99dc4 (patch) | |
tree | 8435105a23089a82f8298490dff6e3e4218930b4 /.babelrc | |
parent | Initial commit. (diff) | |
download | decko-9d45e42dc0298ea8241132142d3100358fe99dc4.tar.xz decko-9d45e42dc0298ea8241132142d3100358fe99dc4.zip |
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..55dee01 --- /dev/null +++ b/.babelrc @@ -0,0 +1,7 @@ +{ + "modules": "umd", + "loose": "all", + "compact": true, + "comments": false, + "stage": 0 +} |