In a Run Configuration, how can I force IDEA to take file changes into account? I would like to have a run configuration doing 1) run webpack 2) make IDEA see files changed by webpack 3) Start Ktor, taking client file changes into account
j
Jurriaan Mous
02/20/2018, 8:16 AM
You can add any action before a run configuration by adding it to "Before launch: Build, Activate tool window" settings in the Run/debug configuration.