Hi guys, I’m currently developing a extension of jupyterlab. Everything goes well except the building time it takes, especially the jupyter lab --watch always takes like 10 seconds after my package built.
Can we use some techs to boost the built time of jupyterlab? Like npm link or webpack-dev-server ?
