Ward Peeters
Ward Peeters
## Description Removing Bluebird to reduce engines size and overall cleanup
Add "fetchFallback" to resolve url again when it got blocked by cors. I would like to get some pointers on where I should create a test for this behavior. Fixes...
The reverse proxy feature is excellent to combat CORS. We've found some friction with it if we want to configure it with Google Tag Manager or other tag managers. 1)...
Adds `runtime` option to our sass rules to force a sass runtime. Fixes #321
Uses rollup `no-treeshake` feature for modules so rollup doesn't try to treeshake and keep it in the bundle info array. This is a breaking change because rollup needs version `2.21.0`...
Added node matrix to github actions. This will make sure we keep compat if features like flatMap will be used.
https://github.com/egoist/rollup-plugin-postcss/pull/295 did not take care of dynamicImported modules. These modules were included but at the top of the css file. We can't know the execution sequence of these imports but...
This isn't a big deal but it comes from the time when chrome-launcher was part of lighthouse. We still ask for chrome 54 when CHROME_PATH is not set. `The environment...
This pr adds 2 extra options to manipulate the file content that is read by the readFile functions. This allows you to modify content that is been returned by readFile...