Notice:
- Check the Update resources on frame deactivation checkbox
- Add the dev mode parameter
-war /tmp/webapp
(let's keep this special directory in mind)
- Go to
packages/stunner-editors-dmn-loader
- Run
DMN_LOADER__outputPath=/tmp/webapp/kogito-editors-js pnpm watch
Notice:
- We're using
DMN_LOADER__outputPath=<special directory>/kogito-editors-js
Now, changes that you make on the components exposed by the DMN Loader (e.g. Boxed Expressions) will be automatically picked up by the DMN Editor, so when you refresh the page, you'll see the updated code.