Raz Sinay

Results 2 comments of Raz Sinay

I have provided the reproduction repository link. You can view it here: https://github.com/raz-sinay/electron-webpack-sourcemaps You can see my plugin configuration and play with it if you like. Please try to assist...

I have encountered this issue. solved it by doing: ``` // webpack.main.js const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin'); const ThreadsPlugin = require('threads-plugin'); module.exports = function(config) { // NodeTargetPlugin must be used in...