-
I'm trying to establish a good dev workflow while building a side panel chrome extension. Currently, I have to reopen the side panel 2-3 times to reload the react app during development. HMR is not working. The side panel is a new offering, so I wouldn't be surprised if it just isn't supported yet. For reference, I'm using the latest beta version of crxjs. Because HMR is not working, I'm also interested in testing changes in the browser. However, I have been unable to open the app when I navigate to the url generated by vite (even when I specify the host option). Any help is greatly appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I started making progress after specifying the port.
|
Beta Was this translation helpful? Give feedback.
I started making progress after specifying the port.