Eric McCormick
Eric McCormick
I'll put it on my list of "when I have time", but it might be a little while 🤔. I'll see when I can look into it. If I make...
I don't expect the `--no-shrinkwrap` option should be an issue for the use case. Option 1 should be a pretty solid way to go. Good find on that npm issue.
@ItsJamesMurray A heavy-handed work around for this is to place your cover images under the `static/` directory. *for now, until it's fixed properly
@hardillb it may be worth pinning this issue in GitHub to hopefully speed up any others finding the fix.
I would love to see this as well. It mirrors the yeoman/generator-webapp change as well ([refs issue 400 there](https://github.com/yeoman/generator-webapp/issues/400)).
It looks like updating the file name to `gulpfile.babel.js` works as expected, but there's more to the tests it would seem, as a simple string replace of the file name...
I would love the ability to set media (print vs screen). --EDIT-- To be specific, I'm seeing screen styles taking effect entirely, when I would expect it to inherit my...
> Looking at the instructions and steps and required services really there needs to be an official docker image for this. Preferably a recommended `docker-compose.yml` as well.
The same here from [nvs](https://github.com/jasongin/nvs), just with the slightly different path. PowerShell (elevated) console output... ``` PS C:\WINDOWS\system32> npm-windows-upgrade --npm-version latest npm-windows-upgrade v4.1.0 Checked system for npm installation: According to...
@Mouvedia [I have a starter](https://github.com/edm00se/svelte3-parcel-starter) that might suit your needs. No ts, but modern js transpilation, parcel, svelt 3, sass support in both global import and svelte components. It also...