Development mode
For developers
The difference between production and developing is how we build it with webpack and that production doesn't contain HMR or hot module reloading which means that any changes in the project would reload the bot. If you run the project for production, changes in the code wouldn't affect the bot execution.
Develop on open bot while it is running
Include
HMRand runChange a file in the
srcfolder to verify thatHMRis working
Last updated
Was this helpful?