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 02:57:06 +0300
committerLeon Bubova <bubova.leon@gmx.de>2021-12-15 12:14:19 +0300
commit64fb3595d22876a3dc3c09436eb4073f67be8a51 (patch)
tree4fb98bcc48728ae3e77b31fee459b15c9abb1235 /webpack.config.js
parent7b9c1781b40f70a1e056eef4cb953141df331ada (diff)
add doc to Get Started on how to create bundled source files
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 9452fa7..002b243 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -10,4 +10,5 @@ module.exports = {
ramda: "R",
},
module: {},
+ watch: true
};