We use custom packager to process require() directives and built client assets. It fails with webworkify module, because it relies on some unknown params from external wrapper.
Could you explain, what should be there? Could not find details in doc. Or give a link please, if those are documented somewhere.
PS. Probably, we should completely migrate to browserify, it's awesome. But now i need a "quick fix".
https://github.com/substack/webworkify/blob/master/index.js#L1-L3
We use custom packager to process
require()
directives and built client assets. It fails with webworkify module, because it relies on some unknown params from external wrapper.Could you explain, what should be there? Could not find details in doc. Or give a link please, if those are documented somewhere.
PS. Probably, we should completely migrate to browserify, it's awesome. But now i need a "quick fix".