Development setup for dev/test of IE11

I’m attempting to dev/test an issue on IE11. When using npm run start, changes to babylon.js source files don’t appear to get automatically rebuilt into the modules loaded by IE11. It’s necessary to run npm run build (which takes a long time) and then restart.

Is that valid?

Is there a better way to change source files and see those changes in IE11?

I’ve tried using /localDev/index.html?dist=false, which I believe is the default anyways and makes no difference. I started looking in to BabylonLoader.js, but things get complicated fast. So wanted to ask here to see if others have same problem or if I’m missing something.

Yeah testing on IE is…complicated

What I do most of the time is just running a very simple page and reference the files directly from dist folder

1 Like