Hello! We've been using partition-bundle for a while, and have found it to be fantastic, but we've recently run into an issue with compatibility with Webworkify, a module that allows you to create web workers with require() statements.
It expects several arguments to be passed in that currently are not, including Browserify's standard bundle function, the modules, and the module cache.
We've hacked together a solution that does this, but I imagine there's a more glamorous way to do it. I'm curious what your thoughts are, and whether this should be officially supported or not. Thanks!
Hello! We've been using partition-bundle for a while, and have found it to be fantastic, but we've recently run into an issue with compatibility with Webworkify, a module that allows you to create web workers with
require()
statements.It expects several arguments to be passed in that currently are not, including Browserify's standard bundle function, the modules, and the module cache.
We've hacked together a solution that does this, but I imagine there's a more glamorous way to do it. I'm curious what your thoughts are, and whether this should be officially supported or not. Thanks!