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>2022-01-08 22:59:18 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2022-01-08 22:59:18 +0300
commita43811f2d78877a65dc61c28b47c4e7ad5d94d97 (patch)
treeafea7208e1b24d1be3e05af137be15ff4f4d34a2 /package.json
parent8cd1c9fceafc47e0cd365d8c64790fc491344de2 (diff)
Webpack fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index d7de2c8..baea34d 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"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 --mode=development \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined/dist/\" --watch",
- "build": "webpack --mode=production \"./Extensions/combined/ryd.content-script.js\" -o \"./Extensions/combined\"",
+ "dev": "webpack --mode=production --watch",
+ "build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -30,6 +30,7 @@
"@babel/runtime": "^7.16.5",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.0",
+ "filemanager-webpack-plugin": "^6.1.7",
"webpack-cli": "^4.9.1"
}
}