Open lgarron opened 1 year ago
We're using a pretty outdated toolchain compared to the rest of github.com/cubing
As a symptom of this: I just merged one Dependabot security fix, and it was replaced with 5 more:
Also see: https://github.com/cubing/icons/issues/55
In other github.com/cubing projects, we solve that by using esbuild and shell scripts where possible. I'd like to see how much I can reduce the deps in this project, and ideally get rid of gulp and babel altogether.
esbuild
gulp
babel
We're using a pretty outdated toolchain compared to the rest of github.com/cubing
As a symptom of this: I just merged one Dependabot security fix, and it was replaced with 5 more:
Also see: https://github.com/cubing/icons/issues/55
In other github.com/cubing projects, we solve that by using
esbuild
and shell scripts where possible. I'd like to see how much I can reduce the deps in this project, and ideally get rid ofgulp
andbabel
altogether.