Skip to content

Commit

Permalink
Remove react-native-render-html from files transpiled by babel-loader
Browse files Browse the repository at this point in the history
The new version of this library already provide transpiled sources (no
JSX).
  • Loading branch information
jsamr committed Nov 28, 2020
1 parent 2649ecf commit f733018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
*/
exclude: [
// eslint-disable-next-line max-len
/node_modules\/(?!(react-native-render-html|react-native-webview|react-native-onyx)\/).*|\.native\.js$/,
/node_modules\/(?!(react-native-webview|react-native-onyx)\/).*|\.native\.js$/,
platformExclude
],
},
Expand Down

0 comments on commit f733018

Please sign in to comment.