Skip to content

Commit

Permalink
fluent-ffmpeg webpack hax
Browse files Browse the repository at this point in the history
fluent-ffmpeg/node-fluent-ffmpeg#573

Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
  • Loading branch information
statik committed Feb 18, 2021
1 parent cf05a52 commit 0dbe379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webpack.plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const webpack = require('webpack');

module.exports = [
new ForkTsCheckerWebpackPlugin({
async: false
})
}),
new webpack.DefinePlugin({
'process.env.FLUENTFFMPEG_COV': false
})
];

0 comments on commit 0dbe379

Please sign in to comment.