Skip to content

Commit

Permalink
Merge pull request #31 from parkm/v3.3.0
Browse files Browse the repository at this point in the history
Add react-hook-form to externals v3.3.0
  • Loading branch information
parkm authored Jul 5, 2023
2 parents bd313b6 + d9ef646 commit 1d28ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canopy-webpack-config",
"version": "3.2.0",
"version": "3.3.0",
"description": "Some defaults for webpack configs at canopy",
"main": "src/canopy-webpack-config.js",
"repository": "git@github.com:CanopyTax/canopy-webpack-config.git",
Expand Down
1 change: 1 addition & 0 deletions src/canopy-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module.exports = function(name, overridesConfig) {
/^single-spa$/,
/^sofe$/,
/^cp-analytics$/,
/^react-hook-form$/,
],
devServer: isDevServer ? {
host: host,
Expand Down

0 comments on commit 1d28ff0

Please sign in to comment.