browserify/webworkify

it can use in webpack 2?

songguangyu opened this issue · 2 comments

In webpak2 I see arguments only 3 params don't have

var bundleFn = arguments[3];
var sources = arguments[4];
var cache = arguments[5];

can you help me ?

This module is meant for Browserify. For Webpack, see other modules like https://github.com/borisirota/webworkify-webpack

thank you