You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can't get webworkify-webpack working for a node_module dependency that uses webworkify v^1.2.1 and uses the require('./worker') rather than require.resolve('./worker') for v2.1.5
Here is my webpack.config.js.
Hi,
I can't get webworkify-webpack working for a node_module dependency that uses webworkify v^1.2.1 and uses the
require('./worker')
rather thanrequire.resolve('./worker')
for v2.1.5Here is my
webpack.config.js
.How can i get it working with my dependency without having to alter my dependency code? Thanks, your help is greatly appreciated!
The text was updated successfully, but these errors were encountered: