Skip to content

Commit

Permalink
Remove clean-webpack-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Dec 20, 2024
1 parent 67c766a commit ac2631c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion betty/extension/webpack/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.24.1",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.26.0",
"css-loader": "^7.1.0",
Expand Down
2 changes: 0 additions & 2 deletions betty/extension/webpack/webpack/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict'

import { CleanWebpackPlugin } from 'clean-webpack-plugin'
import CopyWebpackPlugin from 'copy-webpack-plugin'
import CssMinimizerPlugin from 'css-minimizer-webpack-plugin'
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
Expand Down Expand Up @@ -109,7 +108,6 @@ const webpackConfiguration = {
runtimeChunk: 'single'
},
plugins: [
new CleanWebpackPlugin(),
new CopyWebpackPlugin({
patterns: [
// The HttpApiDoc extension does not have a Webpack build as such (yet), but simply
Expand Down

0 comments on commit ac2631c

Please sign in to comment.