using parcel for js bundling. it works!

This commit is contained in:
Ryan Breen
2023-01-12 22:17:01 -05:00
parent 210e61c35b
commit e4dc8870eb
7 changed files with 2678 additions and 3 deletions

View File

@@ -15,11 +15,11 @@
},
"background": {
"service_worker": "background.js"
"service_worker": "dist/background.js"
},
"content_scripts": [{
"js": [ "content.js" ],
"js": [ "dist/content.js" ],
"matches": [ "<all_urls>" ]
}],
@@ -39,7 +39,7 @@
"web_accessible_resources": [
{
"resources": ["nostr.js"],
"resources": ["dist/nostr.js"],
"matches": ["<all_urls>"]
}
]