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:48 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-12-27 01:21:48 +0300
commit58b718f02f63a742f32a81c070797bbf58d82302 (patch)
treea9bafe94368ec9cb13e25c6e04538618364dd744
parent3cee9a4bfd16b9bf5a5c3e99ce5c1c521482b7ae (diff)
fix production
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 57c339e..276e730 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"start": "echo To build for development, please use \"npm run dev\". To build for production, please use \"npm run build\".",
"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\"",
+ "build": "webpack --mode=production \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {