canopy-webpack-config 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canopy-webpack-config",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "Some defaults for webpack configs at canopy",
5
5
  "main": "src/canopy-webpack-config.js",
6
6
  "repository": "git@github.com:CanopyTax/canopy-webpack-config.git",
@@ -106,6 +106,7 @@ module.exports = function(name, overridesConfig) {
106
106
  /^single-spa$/,
107
107
  /^sofe$/,
108
108
  /^cp-analytics$/,
109
+ /^react-hook-form$/,
109
110
  ],
110
111
  devServer: isDevServer ? {
111
112
  host: host,