Eli-Black-Work

Results 82 comments of Eli-Black-Work

@kovart Works fine for me on 6.06 (but not 6.09) 🙂

Hi @kisenka, Are you still planning to move this library to use svg-mixer? I'm mostly wondering because this project depends on the svg-baker and svg-baker-runtime packages, and those packages don't...

@kisenka No worries! :) I think the main issue for us is that it looks like maybe the LICENSE files disappeared from the svg-baker and svg-baker-runtime libraries. Would it be...

As a temporary workaround, it's possible to add this to one's `.yarnrc.yml` file: ```yml # svg-sprite-loader depends on webpack but doesn't yet list it as a peer dependency. # #...

@zhibin2015 For a workaround, see the comment directly above yours 🙂

For those wanting to use this package with Webpack 5, here's a way to do so: 1. Install the `util` and `process` packages: ``` npm install util npm install process...

Ya, that's what I'm thinking, too. Especially once Webpack 5 becomes the norm, although at the moment I think Webpack 4 is still far more popular 🙂

@QGB Please file new bugs for these 🙂

@QGB Instructions for how to fix that error are in the error message 😉 ``` ERROR in ../node_modules/precond/lib/checks.js 6:11-26 Module not found: Error: Can't resolve 'util' in '/home/qgb/github/ttyd/html/node_modules/precond/lib' BREAKING CHANGE:...