aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-01 16:26:57 -0500
committerAjay Ramachandran <[email protected]>2020-02-01 16:26:57 -0500
commit16c720e50021f29dd42057e658be2c362a0f4f6d (patch)
tree43803ee84c6a8d7fc270dc3e5cd0c21305af83e4 /webpack
parentd77f8abf428d8b1e1c2e5975e3f7f73cde2b8156 (diff)
downloadSponsorBlock-16c720e50021f29dd42057e658be2c362a0f4f6d.tar.gz
SponsorBlock-16c720e50021f29dd42057e658be2c362a0f4f6d.zip
Setup new config.json and fixed typescript errors in the popup
Diffstat (limited to 'webpack')
-rw-r--r--webpack/webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js
index b70636ad..27d7fc1a 100644
--- a/webpack/webpack.common.js
+++ b/webpack/webpack.common.js
@@ -7,7 +7,7 @@ module.exports = {
entry: {
popup: path.join(__dirname, srcDir + 'popup.ts'),
background: path.join(__dirname, srcDir + 'background.ts'),
- content_script: path.join(__dirname, srcDir + 'content_script.ts')
+ content_script: path.join(__dirname, srcDir + 'content.ts')
},
output: {
path: path.join(__dirname, '../dist/js'),