Adam Detrick

Results 6 comments of Adam Detrick

What if the `attrs` option accepted webpack placeholders via `interpolateName` from [loader-utils](https://github.com/webpack/loader-utils#interpolatename)? ``` options: { attrs: { data-source: '[path]_[name]' } } ```

I have a real world use case for this. It's common to configure production error reporting to ignore anything at warning level or below. This is an example of a...

Looks like updating deps in `package.json` actually resolves the issue: ```diff - "i18next-fluent": "0.0.3", - "i18next-fluent-backend": "0.0.2", + "i18next-fluent": "^2", + "i18next-fluent-backend": "^0.0.3", ``` Will submit a PR to close...

Going to need a separate release for this one; it'll take some chapstick regression testing

everything in nametag-photo is whack - going to take a look at deprecating `nametag-photo` in favor of `.docStripe--photo` and/or `.docStripe--photoOverlay`. which would accept standard markup rather than specific children