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

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Bubova <bubova.leon@gmx.de>2021-12-15 01:13:20 +0300
committerLeon Bubova <bubova.leon@gmx.de>2021-12-15 12:14:17 +0300
commit7b9c1781b40f70a1e056eef4cb953141df331ada (patch)
tree385f67b1e93a975c6581aec40a6f72550feec7ed /.babelrc
parente39b52e8e725a0061e35e4a3fad5dd321c5bf4b3 (diff)
implement webpack and create scripts to bundle source
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..c13c5f6
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015"]
+}