aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.common.js
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-03-20 14:14:28 -0400
committerAjay <[email protected]>2023-03-20 14:14:28 -0400
commit3ddfc2f0ddbed38a9bcb6d1967ca710409f302d3 (patch)
tree612787c97f4ba23304f5b980c51966db036a89e2 /webpack/webpack.common.js
parent4cf827b48a702a4a794eb1548e39abe483af272c (diff)
downloadSponsorBlock-3ddfc2f0ddbed38a9bcb6d1967ca710409f302d3.tar.gz
SponsorBlock-3ddfc2f0ddbed38a9bcb6d1967ca710409f302d3.zip
reformat webpack document script definition
Diffstat (limited to 'webpack/webpack.common.js')
-rw-r--r--webpack/webpack.common.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js
index 91e5ba53..b33278f5 100644
--- a/webpack/webpack.common.js
+++ b/webpack/webpack.common.js
@@ -30,9 +30,7 @@ const edgeLanguages = [
module.exports = env => {
const documentScriptBuild = webpack({
entry: {
- document: {
- import: path.join(__dirname, srcDir + 'document.ts'),
- },
+ document: path.join(__dirname, srcDir + 'document.ts')
},
output: {
path: path.join(__dirname, '../dist/js'),