Right now we build katex.js on each page load. On my machine this can take from 20 to 40 seconds. With webpack-dev-server, the server would build the bundle on file change instead of whenever the browser is reloaded. It also opens the possibility of hot module reloading.