Skip to content

Commit 3524ae3

Browse files
committed
bug
1 parent 054e0a5 commit 3524ae3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ module.exports = [
2929
new ForkTsCheckerWebpackPlugin(),
3030
new HtmlWebpackPlugin({template: path.resolve(__dirname, "./index.html"), minify: true}),
3131
new MiniCssExtractPlugin({filename: "styles.css", chunkFilename: "styles.css"}),
32-
new webpack.DefinePlugin({"process.env.FLUENTFFMPEG_COV": false}),
33-
new CopyPlugin({
34-
patterns: copyPatterns
35-
})
32+
new webpack.DefinePlugin({"process.env.FLUENTFFMPEG_COV": false})
3633
],
3734
devServer: {contentBase: path.join(__dirname, "./dist"), port: 9000, compress: true, hot: true, historyApiFallback: true, publicPath: "/"},
3835
},

0 commit comments

Comments
 (0)