ci: add webpack-hot-middleware dep

This commit is contained in:
Thomas Osmonson
2020-06-30 11:58:13 -05:00
committed by Thomas Osmonson
parent 25776c5ea7
commit 6fa1b37f03
2 changed files with 573 additions and 21 deletions

View File

@@ -51,7 +51,8 @@
"tsconfig-paths-webpack-plugin": "^3.2.0",
"use-events": "^1.4.1",
"use-onclickoutside": "^0.3.1",
"webext-redux": "^2.1.2"
"webext-redux": "^2.1.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",