Skip to content

Commit

Permalink
fix: change script name to webpack bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 14, 2018
1 parent f3e3628 commit 3c53eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/lib/ipfs-companion.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = async function init () {
const newHandle = await browser.contentScripts.register({
matches: ['<all_urls>'],
js: [
{file: '/dist/contentScripts/ipfs-proxy/content.js'}
{file: '/dist/bundles/ipfsProxyContentScript.bundle.js'}
],
allFrames: true,
runAt: 'document_start'
Expand Down

0 comments on commit 3c53eb5

Please sign in to comment.