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 0969b00 commit 5f69f8dCopy full SHA for 5f69f8d
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
@@ -80,7 +80,7 @@
80
"eslint-plugin-react-hooks": "^5.2.0",
81
"global-jsdom": "^26.0.0",
82
"globals": "^16.4.0",
83
- "html-bundler-webpack-plugin": "^2.14.0",
+ "html-bundler-webpack-plugin": "^4.21.1",
84
"jsdom": "^26.1.0",
85
"less": "^4.1.3",
86
"mocha": "^10.0.0",
0 commit comments