adding-io-hook

This commit is contained in:
talksik
2022-04-24 08:34:10 -05:00
parent 0b04528842
commit 3666ce59d4
4 changed files with 100 additions and 7 deletions
+3
View File
@@ -11,4 +11,7 @@ module.exports = {
resolve: {
extensions: [".js", ".ts", ".jsx", ".tsx", ".css", ".json"],
},
externals: {
iohook: "iohook",
},
};