flamegrill
flamegrill copied to clipboard
Flame Grill Your Webpages for Easy Digestion
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.32.13 to 4.25.7. Release notes Sourced from gatsby's releases. v4.24 Welcome to [email protected] release (September 2022 #2) Key highlights of this release: Gatsby 5 Alpha Updating File...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.14.4 to 4.25.1. Release notes Sourced from gatsby-plugin-sharp's releases. v4.24 Welcome to [email protected] release (September 2022 #2) Key highlights of this release: Gatsby 5 Alpha Updating File...
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.16.1 to 5.25.1. Release notes Sourced from gatsby-transformer-remark's releases. v5.3.0 Welcome to [email protected] release (December 2022 #1) Key highlights of this release: ES Modules (ESM) in Gatsby...
This commit updates docs to reflect the existence of the new CRA template for FluentUI that uses `react-scripts` for dev/build paths. It also adds an example FluentUI app that the...
Various network errors result in flamegrill hanging forever: * `net::ERR_CONNECTION_TIMED_OUT` * `net::ERR_NAME_NOT_RESOLVED` * `net::ERR_CONNECTION_REFUSED` Flamegrill should abort or continue when these errors occur. Add unit tests for their occurrence, as...
The name argument shouldn't be required. It's possible to name the output a default value or something derived from the URL.
Since create-react-app requires ejecting webpack configuration before modifying it, it would actually make for a more complex example than the one [currently documented using `npm init uifabric`](https://microsoft.github.io/flamegrill/getting-started). However, we should...