We found during testing that worker scripts where getting characters removed from the beginning of the filename, for instance:
src/aggregateStatistics.worker.js -> dist/gregateStatistics.worker.js
I'm pretty sure this is because the roll-up config is expecting to strip "study" from the origin filename, and not "src".
This is working locally for me, and to unblock release activities I landed this on a release branch and tagged it for 2.0.1, I'll make sure any changes on that branch are cherry-picked here as well.
…e beginning of scripts
We found during testing that worker scripts where getting characters removed from the beginning of the filename, for instance:
src/aggregateStatistics.worker.js -> dist/gregateStatistics.worker.js
I'm pretty sure this is because the roll-up config is expecting to strip "study" from the origin filename, and not "src".
This is working locally for me, and to unblock release activities I landed this on a
release
branch and tagged it for2.0.1
, I'll make sure any changes on that branch are cherry-picked here as well.