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>2021-12-19 03:12:11 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2021-12-19 03:12:11 +0300
commitd13aa3f0511659cff9278431758958ba9e20bd71 (patch)
tree4f61ebc2d8c294048d4be57a3e74e85c25023efd /package.json
parent96f063838d220a8ccf20292cf8d64de57353e862 (diff)
Webpack fixes, build now builds both FF and chrome versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index a81c29f..07388b7 100644
--- a/package.json
+++ b/package.json
@@ -26,12 +26,9 @@
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
+ "@babel/runtime": "^7.16.5",
"babel-loader": "^8.2.3",
- "babel-preset-es2015": "^6.24.1",
- "babel-register": "^6.26.0",
- "copy-webpack-plugin": "^6.0.3",
- "webpack": "~4.41.2",
- "webpack-cli": "~3.3.10",
- "webpack-merge": "~4.2.2"
+ "copy-webpack-plugin": "^10.2.0",
+ "webpack-cli": "^4.9.1"
}
}