From 4722970a5be599d3fdcf6b172bd5f0d3e81ab95d Mon Sep 17 00:00:00 2001 From: f0x52 Date: Sun, 7 Aug 2022 22:31:42 +0200 Subject: [chore] Update js deps (#744) * dependency wrangling * update postcss-custom-prop-vars to 0.0.5 (postcss 8) --- web/source/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/source/index.js') diff --git a/web/source/index.js b/web/source/index.js index 17e4435c4..20e8ee623 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -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' }], -- cgit v1.2.3