Why there are no documentations about this issues
test: /.(js|jsx)$/
will this regex works on windows
what is equivalent regex /. for windows
and also on my entry point should i use ./app.js or app.js (without the dot)
because windows doesn't needs the dot.
