Skip to content

Commit

Permalink
Merge pull request #259 from gladly-team/kevin/add-reqd-external
Browse files Browse the repository at this point in the history
Add hoist-non-react-statics to Node externals whitelist
  • Loading branch information
kmjennison authored Aug 3, 2021
2 parents 88f76fc + bde5a8d commit 64946f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const sharedConfig = {
externals: [
// By default, don't bundle anything from node_modules.
nodeExternals({
allowlist: ['cookies'],
allowlist: ['cookies', 'hoist-non-react-statics'],
}),
'fetch',
],
Expand Down

0 comments on commit 64946f5

Please sign in to comment.