Vitaly Pereslavtsev
Results
3
comments of
Vitaly Pereslavtsev
@johnlop with nodejs you can try to use something like this: ```js module.exports = { // ...some configs target: 'node', plugins: [ new webpack.EnvironmentPlugin({ FLUENTFFMPEG_COV: false, }), ], output: {...
any solutions?