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:
authorFront <27463495+Frontesque@users.noreply.github.com>2021-12-27 01:21:31 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-12-27 01:21:31 +0300
commit3cee9a4bfd16b9bf5a5c3e99ce5c1c521482b7ae (patch)
tree6b0f3ba5b33472f4eaaf72a2943348d9f7086b88 /package.json
parentc076eecbb5f1e0d63c24c210794c0645d3812e8a (diff)
fix development mode
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5aad85a..57c339e 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "ryd.content-script.js",
"scripts": {
"start": "echo To build for development, please use \"npm run dev\". To build for production, please use \"npm run build\".",
- "dev": "webpack \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
+ "dev": "webpack --mode=development \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
"build": "webpack --mode=development \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
"test": "echo \"Error: no test specified\" && exit 1"
},