So we're trying to create a plugin that uses workers.
Am I correct in assuming that it would only work if the plugin is built with Webpack (and worker-loader), IF the consuming application is also built with Webpack?
I can't figure out how webpack in some-appwould try to resolve a relative path inside node_modules/some-plugin that points to a worker.ts/js file.