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-17 03:04:20 +0300
committerLeon Bubova <bubova.leon@gmx.de>2021-12-17 03:04:20 +0300
commitf3fad5cce13b68da07a37da50fbb48ad523237ae (patch)
tree24ab52d018e2f26fb078334beb3a1c7c77b2241a /webpack.config.js
parent84e1852f28a139d6dce0e9e7677bd21b8050890b (diff)
remove watch from webpack options
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 002b243..9452fa7 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -10,5 +10,4 @@ module.exports = {
ramda: "R",
},
module: {},
- watch: true
};