Christian M. Austria
Christian M. Austria
@TP-O Just realized that you no longer need to install a separate plugin, but rather simply define it under the `sharedConfig` in `vite.config.ts` file. ``` define: { '__DEV__': isDev, 'process.platform':...
It's been a while since i've worked on browser extensions and shadow dom, but AFAIK you can get around this by injecting a `style` on the shadow root itself. Read...
@ipwa should i not put everything under `backstop_data` in `.gitignore`? Here's a snippet from configuration: ``` paths: { bitmaps_reference: "backstop_data/bitmaps_reference", bitmaps_test: "backstop_data/bitmaps_test", engine_scripts: "backstop_data/engine_scripts", html_report: "backstop_data/html_report", ci_report: "backstop_data/ci_report", } ```