Closed agam16 closed 7 years ago
I am using gulp to create the build for my project. The code is working perfectly via gulp-serve but when i try to use gulp build, it tries to find the worker file like vendor.worker.js which is not found.
gulp-serve
vendor.worker.js
What could be the issue?
The plugin will try to determine the paths automatically. But if you build / minify it often can't.
You need to set the paths explicitly. See Advanced configuration in the README
I am using gulp to create the build for my project. The code is working perfectly via
gulp-serve
but when i try to use gulp build, it tries to find the worker file likevendor.worker.js
which is not found.What could be the issue?