With 2.0.0 the interface of this library is diverged from https://github.com/substack/webworkify . Therefore it is no longer possible to use webworkify-wbpack as a direct alternative to webworkify via:
resolve: {
alias: {
webworkify: 'webworkify-webpack'
}
}
Are there any plans to fix it? I was trying to make 1.1.8 work as a workify drop in with webpack 2 at https://github.com/cansin/webworkify-webpack2 , but having hard time figuring out what's going wrong with uglify-js atm.
With 2.0.0 the interface of this library is diverged from https://github.com/substack/webworkify . Therefore it is no longer possible to use
webworkify-wbpackas a direct alternative towebworkifyvia:Are there any plans to fix it? I was trying to make 1.1.8 work as a workify drop in with webpack 2 at https://github.com/cansin/webworkify-webpack2 , but having hard time figuring out what's going wrong with uglify-js atm.