Skip to content

Commit

Permalink
fix(FormPrototype): fix IE11 (#13880)
Browse files Browse the repository at this point in the history
  • Loading branch information
assuncaocharles committed Jul 2, 2020
1 parent 2ae92b5 commit 70fde20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/webpack/webpack.config.ts
Expand Up @@ -118,6 +118,7 @@ const webpackConfig: webpack.Configuration = {
alias: {
...lernaAliases(),
src: paths.packageSrc('react-northstar'),
'react-hook-form': 'react-hook-form/dist/react-hook-form.ie11',
},
},
optimization: {
Expand Down

0 comments on commit 70fde20

Please sign in to comment.