Skip to content

Commit 5f69f8d

Browse files
committed
Update html-bundler-webpack-plugin to v4
1 parent 0969b00 commit 5f69f8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import globals from 'globals';
33

44
import webpackConfig from './webpack.config.examples.js';
55

6+
// Resolve issue with HTML Webpack Bundler causing circular references
7+
// https://github.com/webdiscus/html-bundler-webpack-plugin/issues/186
8+
delete webpackConfig.plugins;
9+
610
export default [
711
...takiyonConfig,
812
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-react-hooks": "^5.2.0",
8181
"global-jsdom": "^26.0.0",
8282
"globals": "^16.4.0",
83-
"html-bundler-webpack-plugin": "^2.14.0",
83+
"html-bundler-webpack-plugin": "^4.21.1",
8484
"jsdom": "^26.1.0",
8585
"less": "^4.1.3",
8686
"mocha": "^10.0.0",

0 commit comments

Comments
 (0)