Lisa Backer
Lisa Backer
Re https://github.com/DockYard/ember-service-worker/pull/178
This dependency was pegged to 2.3.0 after the 2.3.1 caused replacements not to happen anymore. We should work with https://github.com/rollup/plugins/tree/master/packages/replace to determine the best course of action so that we...
Most SW plugins make fetch calls and there is a need to enable authorization to be sent. This seems like something that should be configured rather than defaulted, but it...
Going to add to this issue as I see needs. 1. checking that ROOT_URL is replaced appropriately. per https://github.com/DockYard/ember-service-worker/pull/132 1. checking for correct values to ensure not removed by rollup...
I just installed ember-cli-stencil into a blank ember starter project (version 3.5.1) and now it fails to build with the error: `Reduce of empty array with no initial value`
Would be really handy if the options could also accept a RegExp object for classes and ids to ignore.
In both generateRecursive and generateAncestor new instances of the Selectorator are created without passing in the options. I would expect the ignore classes/ids, etc. to be passed to the new...