aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-01 19:18:53 -0500
committerAjay Ramachandran <[email protected]>2020-02-01 19:18:53 -0500
commit23141aa624c94d2164f8cb0a250ef1ba50287155 (patch)
treef7e2db935e7ffea25664ca97229ebcbf10fce2bf /webpack
parent17381e7debba87863b91d2bdaf75932882a02298 (diff)
downloadSponsorBlock-23141aa624c94d2164f8cb0a250ef1ba50287155.tar.gz
SponsorBlock-23141aa624c94d2164f8cb0a250ef1ba50287155.zip
Made the extension successfully build
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 27d7fc1a..55488488 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.ts')
+ content: path.join(__dirname, srcDir + 'content.ts')
},
output: {
path: path.join(__dirname, '../dist/js'),