Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Removing phantom content script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomik-corp committed Apr 20, 2022
1 parent 6ab6b14 commit 3acc1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/integration/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"content_scripts": [
{
"matches": ["*://localhost/*"],
"js": ["dist/rally-content.js", "dist/content-script.js"]
"js": ["dist/content-script.js"]
}
]
}
10 changes: 1 addition & 9 deletions tests/integration/extension/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,7 @@ export default (cliArgs) => [
resolve({
browser: true
}),
commonjs(),
copy({
targets: [
{
src: "node_modules/@mozilla/rally/dist/rally-content.js",
dest: "dist/",
},
],
}),
commonjs(),
],
}
];

0 comments on commit 3acc1b8

Please sign in to comment.