mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
reformat webpack document script definition
This commit is contained in:
@@ -30,9 +30,7 @@ const edgeLanguages = [
|
|||||||
module.exports = env => {
|
module.exports = env => {
|
||||||
const documentScriptBuild = webpack({
|
const documentScriptBuild = webpack({
|
||||||
entry: {
|
entry: {
|
||||||
document: {
|
document: path.join(__dirname, srcDir + 'document.ts')
|
||||||
import: path.join(__dirname, srcDir + 'document.ts'),
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, '../dist/js'),
|
path: path.join(__dirname, '../dist/js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user