mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 03:43:32 -06:00
replace uglifyify with @browserify updated fork
This commit is contained in:
parent
8d7cf52037
commit
c71ccc6b29
3 changed files with 35 additions and 26 deletions
|
|
@ -29,7 +29,7 @@ let cssEntryFiles = fs.readdirSync(path.join(__dirname, "./css")).map((file) =>
|
|||
|
||||
const prodCfg = {
|
||||
transform: [
|
||||
["uglifyify", {
|
||||
["@browserify/uglifyify", {
|
||||
global: true,
|
||||
exts: ".js"
|
||||
}],
|
||||
|
|
@ -62,7 +62,7 @@ skulk({
|
|||
transform: [
|
||||
["babelify", {
|
||||
global: true,
|
||||
ignore: [/node_modules\/(?!(photoswipe.*|plyr.*))/]
|
||||
ignore: [/node_modules\/(?!(photoswipe.*))/]
|
||||
}]
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue