Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebits committed Oct 1, 2024
1 parent 054e0a5 commit 3524ae3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ module.exports = [
new ForkTsCheckerWebpackPlugin(),
new HtmlWebpackPlugin({template: path.resolve(__dirname, "./index.html"), minify: true}),
new MiniCssExtractPlugin({filename: "styles.css", chunkFilename: "styles.css"}),
new webpack.DefinePlugin({"process.env.FLUENTFFMPEG_COV": false}),
new CopyPlugin({
patterns: copyPatterns
})
new webpack.DefinePlugin({"process.env.FLUENTFFMPEG_COV": false})
],
devServer: {contentBase: path.join(__dirname, "./dist"), port: 9000, compress: true, hot: true, historyApiFallback: true, publicPath: "/"},
},
Expand Down

0 comments on commit 3524ae3

Please sign in to comment.