Jack Steam
Jack Steam
@andylizi Thank you so much for all the work you put into debugging this problem! I don't have a Windows computer to test this on, so your contributions are a...
Related issue: https://github.com/rollup/rollup/issues/3993 Apparently we've run into this before...
@andylizi RPCE v4 is ready for testing, you can check out [this guide to get started with React](https://dev.to/jacksteamdev/create-a-vite-react-chrome-extension-in-90-seconds-27k1-temp-slug-183199?preview=579c50cd581c92738b08a9ae6850d203f3997be016d1c192c91f80c60b881cb9a3fca0a0a947c0a3af4b05f541b06c563d0abcfd146b01403cfce583), but the same thing works for Svelte.
@lursyy the next release of RPCE v4 delegates most of the path management to vite, so it should work just fine
@Cobular IIRC, this is a weird bug in Rollup. A cross-env workaround: ```javascript export default { output: { chunkFileNames: path.join('chunks', '[name]-[hash].js') } } ``` Have you considered using the new...
This would be really awesome for debugging a machine during testing! I'm currently converting my [complicated Rollup plugin](https://github.com/extend-chrome/rollup-plugin-chrome-extension) to use XState for orchestration, and had I some idea of being...
@davidkpiano I'm thinking of putting some time in on a PR this week. Would the API from the previous inspector be a good starting point, using a query string to...
This seems to apply for any CSS function, and it doesn't matter what value is asserted. Here's a [sandbox](https://codesandbox.io/s/react-testing-library-demo-5bj91?fontsize=14&hidenavigation=1&theme=dark) with `backgroundImage` set to a radial gradient and a url. I've...
I've added inline sourcemap support for content scripts in #701
This is interesting! I don't have this error in my projects, but I'm glad you found a solution that works for you 😸