Skip to content

Commit

Permalink
fix: Add cohesionConfig to htmlWebpackPlugin userOptions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Nov 6, 2024
1 parent 7356019 commit c1cd3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ config.plugins.forEach((plugin) => {
}

plugin.userOptions.preconnect = preconnectDomains;
plugin.userOptions.cohesionConfig = cohesionConfig;
plugin.options.cohesionConfig = cohesionConfig;
}
});
Expand Down

0 comments on commit c1cd3aa

Please sign in to comment.