Skip to content

Commit

Permalink
fix issues with with webpack code splitting by removing the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-w committed May 6, 2024
1 parent 6c0d7b4 commit 3ba9896
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"https://*.cloudfront.net/*",
"https://stream.lrz.de/*",
"https://live.rbg.tum.de/*",
"https://edge.live.rbg.tum.de/*"
"https://edge.live.rbg.tum.de/*",
"https://balancer.bbb.rbg.tum.de/*"
]
}
1 change: 0 additions & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8" />
<title>Panopto Downloader Options</title>
<script src="js/vendor.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 0 additions & 1 deletion public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8" />
<title>Panopto Downloader Popup</title>
<script src="js/vendor.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
8 changes: 0 additions & 8 deletions webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ module.exports = {
path: path.join(__dirname, "../dist/js"),
filename: "[name].js",
},
optimization: {
splitChunks: {
name: "vendor",
chunks(chunk) {
return chunk.name !== "background";
},
},
},
module: {
rules: [
{
Expand Down

0 comments on commit 3ba9896

Please sign in to comment.