mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 08:12:25 -06:00
penis
This commit is contained in:
parent
c7c8edd982
commit
db4a6e746c
7 changed files with 200 additions and 111 deletions
|
|
@ -73,6 +73,24 @@ skulk({
|
|||
["babelify", { global: true }]
|
||||
],
|
||||
},
|
||||
nollamas: {
|
||||
entryFile: "nollamas",
|
||||
outputFile: "nollamas.js",
|
||||
preset: ["js"],
|
||||
prodCfg: prodCfg,
|
||||
transform: [
|
||||
["babelify", { global: true }]
|
||||
],
|
||||
},
|
||||
nollamasworker: {
|
||||
entryFile: "nollamasworker",
|
||||
outputFile: "nollamasworker.js",
|
||||
preset: ["js"],
|
||||
prodCfg: prodCfg,
|
||||
transform: [
|
||||
["babelify", { global: true }]
|
||||
],
|
||||
},
|
||||
settings: {
|
||||
entryFile: "settings",
|
||||
outputFile: "settings.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue