We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
html-bundler-webpack-plugin
1 parent b4b85b8 commit e8631afCopy full SHA for e8631af
eslint.config.js
@@ -3,6 +3,10 @@ import globals from 'globals';
3
4
import webpackConfig from './webpack.config.examples.js';
5
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
+
10
export default [
11
...takiyonConfig,
12
{
package.json
@@ -81,7 +81,7 @@
81
"eslint-plugin-react-hooks": "^5.2.0",
82
"global-jsdom": "^26.0.0",
83
"globals": "^16.3.0",
84
- "html-bundler-webpack-plugin": "^3.4.0",
+ "html-bundler-webpack-plugin": "^4.21.1",
85
"jsdom": "^26.1.0",
86
"less": "^4.1.3",
87
"mocha": "^11.7.2",
0 commit comments