bric3 / excalidraw-jetbrains-plugin

Create or edit Excalidraw files within Jetbrains IDEs (IntelliJ, CLion, Webstorm, Goland, ...)
https://plugins.jetbrains.com/plugin/17096-excalidraw-integration/
MIT License
74 stars 10 forks source link

Enable build system to reload the web-app during dev #314

Open bric3 opened 1 month ago

bric3 commented 1 month ago

Currently the web-app development is a bit awkward the web-app can be run and developed in a standalone way, and to run this web-app in the plugin, we currently need to run the build. At this time the web-app is packaged, and copied on the excalidraw plugin, then the plugin is run. This prevents the reload/refresh of the web-app.

Ideally during development the plugin could look for an alternative path to load the sources, this would allow to work on the web-app without rebuilding the plugin.