Fix react-spring breaking IE11.

This commit is contained in:
Jeff Stieler 2019-07-24 09:37:37 -06:00
parent b3423b9c3f
commit 41b4100235
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: [