Switch to our forked version of less-plugin-autoprefix.
Review Request #11366 — Created Jan. 11, 2021 and submitted — Latest diff uploaded
Official versions of
less-plugin-autoprefix
don't work with modern
versions of NodeJS, due to a regression in NodeJS that was only
partially fixed in recent releases.While waiting for upstream to accept a patch for this, we've gone ahead
and forked it with our fix. This change switches us to installing and
using it.The
less-imports.js
had to be modified to be less restrictive when it
comes to parameters. It now just ignores everything it doesn't
understand.This change will require re-running either
setup.py develop
or
setup.py install_node_modules
.
Built a Djblets package successfully. Verified the forked plugin ran.