it can use in webpack 2?
songguangyu opened this issue · 2 comments
songguangyu commented
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 ?
mourner commented
This module is meant for Browserify. For Webpack, see other modules like https://github.com/borisirota/webworkify-webpack
songguangyu commented
thank you