mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Update js deps (#744)
* dependency wrangling * update postcss-custom-prop-vars to 0.0.5 (postcss 8)
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
const path = require('path');
|
||||
const budoExpress = require('@f0x52/budo-express');
|
||||
const budoExpress = require('budo-express');
|
||||
const babelify = require('babelify');
|
||||
const fs = require("fs");
|
||||
const EventEmitter = require('events');
|
||||
@ -44,7 +44,6 @@ const bundles = {
|
||||
|
||||
const postcssPlugins = [
|
||||
"postcss-import",
|
||||
"postcss-strip-inline-comments",
|
||||
"postcss-nested",
|
||||
"autoprefixer",
|
||||
"postcss-custom-prop-vars",
|
||||
@ -77,7 +76,7 @@ const browserifyConfig = {
|
||||
],
|
||||
plugin: [
|
||||
[require("icssify"), {
|
||||
parser: require('postcss-scss'),
|
||||
parser: require("postcss-scss"),
|
||||
before: postcssPlugins,
|
||||
mode: 'global'
|
||||
}],
|
||||
|
Reference in New Issue
Block a user