Support Modern Browsers
I use nested Web Workers
. This is not supported by all browser, see this. We can add a browserslist
option to the package.js
file.
./package.js
This will tell Babel to only support the last 2 Chrome versions. Please note that this approach migh cause errors with other browser. That has to be tested!
Last updated