Merge pull request woocommerce/woocommerce-admin#2698 from woocommerce/fix/2693-ie11-broken

Fix react-spring breaking IE11.
This commit is contained in:
Jeff Stieler 2019-07-24 11:32:26 -06:00 committed by GitHub
commit 67be376009
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ const webpackConfig = {
],
alias: {
'gutenberg-components': path.resolve( __dirname, 'node_modules/@wordpress/components/src' ),
// @todo - remove once https://github.com/WordPress/gutenberg/pull/16196 is released.
'react-spring': 'react-spring/web.cjs',
},
},
plugins: [