using parcel for js bundling. it works!
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { generatePrivateKey } from "nostr-tools";
|
||||
|
||||
browser.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||
console.log(generatePrivateKey());
|
||||
console.log("Received request: ", request);
|
||||
|
||||
if (request.greeting === "hello")
|
||||
|
||||
Reference in New Issue
Block a user