aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.common.js
AgeCommit message (Collapse)Author
2023-03-20reformat webpack document script definitionAjay
2023-03-18Remove chapters payment checksAjay
2023-03-17Inject document script using raw HTML to be fast enough to still be able to ↵Ajay
hijack listener when visiting YouTube channel page directly
2022-10-07add configDiffPluginMichael C
2022-09-02rebase document script out of videoInfo #1312Michael C
2022-09-01Add license requirementAjay
2022-06-30revert module conversionMichael C
2022-06-22Create source maps in devAjay
2022-05-24update dependencies & bump minimum node version (#1329)Michael C
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
2022-03-31bump dependencies + reduce build time by 1/3Michael C
- drop webpack to 5.64 to fix 1 security issue, the rest depend on web-ext
2022-02-06Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into misc-fixAjay
2022-02-06update depndenciesMichael C
- add engines targeting dev - bump webpack - update-oss-attribution CI - appease eslint for webpack - clean up packages - move @types to devDependencies - moved concurrently to devDependencies - remove unused babel
2022-01-26linting + audio overrideMichael C
2022-01-14Add build mode for edge languagesAjay
2022-01-14Add build option for safari that fixes localesAjay
Fix #801 and #1061
2021-08-20Add option to disable $ linkAjay Ramachandran
2021-03-24Prompt to accept youtube.com permission if video info fails to loadAjay Ramachandran
Should fix #698, #687, #611 and #635
2020-08-27Add back copy plugin changesAjay Ramachandran
2020-08-27Revert dependency changesNanobyte
2020-08-13Updates dependencies to fix vulnerabilitiesNanobyte
38020 vulnerabilities fixed
2020-02-20Added beta build to CIAjay Ramachandran
2020-02-04Added manifest building.Ajay Ramachandran
2020-02-03Converted options page to TypeScriptAjay Ramachandran
2020-02-01Made the extension successfully buildAjay Ramachandran
2020-02-01Setup new config.json and fixed typescript errors in the popupAjay Ramachandran
2020-01-28Started conversion to TypeScript.Ajay Ramachandran