Apply babel to react-intl to remove prop-types (#3914)

This commit is contained in:
Nolan Lawson 2017-06-23 09:21:33 -07:00 committed by Eugen Rochko
parent a071047c13
commit 3783cadf2d
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
module.exports = {
test: /\.js$/,
exclude: /node_modules/,
// include react-intl because transform-react-remove-prop-types needs to apply to it
exclude: /node_modules\/(?!react-intl)/,
loader: 'babel-loader',
options: {
forceEnv: process.env.NODE_ENV || 'development',