diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:00:40 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:00:40 +0200 |
| commit | d4fb48eb3793a93a8726652692b68592333dd778 (patch) | |
| tree | 590ba5ea97ac87fbd01255932321a5239b04079d /.babelrc | |
| parent | 6393c915648cc9d2941b8c9194a13ff078dafae5 (diff) | |
| parent | 90b43ea817f95364b429c4b55a565634b3d59638 (diff) | |
Merge branch 'main' into rbdr-content-script
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..cedf24f --- /dev/null +++ b/.babelrc @@ -0,0 +1,5 @@ +{ + "presets": [ + "@babel/preset-env" + ] +}
\ No newline at end of file |