mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 00:32:25 -05:00
[chore] Update js deps (#744)
* dependency wrangling * update postcss-custom-prop-vars to 0.0.5 (postcss 8)
This commit is contained in:
parent
879b4abde7
commit
4722970a5b
3 changed files with 1117 additions and 1058 deletions
|
|
@ -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'
|
||||
}],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue