-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I am using workerize-loader in next.js project and as far as I know only option to use it there is to set inline: true. Which works ok, but grows my main commons.js file quiet a bit if there are several workers involved.
Uppon looking at https://github.com/zeit/next-plugins/blob/master/packages/next-workers/index.js which is next.js official plugin for workers I saw that they use worker-loader and set name and publicPath options so that worker file is exported under static folder.
Is it possible to add these same options to workerize-loader in order to disable inline blob and rather export it to a separate file?
chris-canipe, Poky85, vincerubinetti and developit
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request