Tyler V

Results 22 comments of Tyler V

I'm also experiencing this issue :(

That's strange - why would specifying it as "auto" cause a different effect? Would a preferred route be to lint the files instead so they align with the editor profile...

@stevenkore Did your `yarn install` complete successfully?

Would it make sense to update this to something like: > If you want to use a external JavaScript library inside your component you can do so by importing the...

@SamuelEarl Nope - Just need someone with permission to review and push the changes! With everything going on right now, it may take longer than normal for the maintainers to...

![image](https://user-images.githubusercontent.com/16465776/108210422-86764e80-70f9-11eb-91d3-d978c3f1a554.png) Good catch! The biggest opportunity looks to be here with using `rel=preload`. I'm not exactly sure why it thinks the Largest Contentful Paint is taking 14 seconds though, the...

@milindsingh Not other than working through whatever Lighthouse's recommendations are 😅

Is this similar to #514 (and associated PR #532)?

You can add this to the module.exports in `gridsome.server.js` - https://gridsome.org/docs/server-api/#apichainwebpackfn Adding this to the base file would look like: ```js module.exports = function(api) { api.loadSource(({ addCollection }) => {...

Not to bring this up a year later, but can you use the CSS variable `--body-color` to fill the svg?