Closed
Description
Support Question
I'm using the webpack plugin, which correctly copies the worker file to my bundle's output directory. My issue is that the worker file can't be found by my server (localhost:3000
), where the console shows:
Uncaught SyntaxError: Unexpected token '<'
http://localhost:3000/perspective.wasm.worker.js
The file is actually at http://localhost:3000/public/plugins/perspective-panel/perspective.wasm.worker.js
.