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:
authorDmitrii Selivanov <selivano.d@gmail.com>2021-12-19 03:12:11 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2021-12-19 03:12:11 +0300
commitd13aa3f0511659cff9278431758958ba9e20bd71 (patch)
tree4f61ebc2d8c294048d4be57a3e74e85c25023efd /.babelrc
parent96f063838d220a8ccf20292cf8d64de57353e862 (diff)
Webpack fixes, build now builds both FF and chrome versions
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index c13c5f6..1320b9a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,3 @@
{
- "presets": ["es2015"]
+ "presets": ["@babel/preset-env"]
}