Skip to content

Commit

Permalink
remove mention of extract text plugin from react native web example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLoh authored and jaredpalmer committed Sep 15, 2018
1 parent 560a9f4 commit b2f77d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/with-react-native-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ module.exports = {
)
);

// We should thus also remove extract text plugin too.
const extPlugin = require(require.resolve('extract-text-webpack-plugin')); // get it out node_modules
config.plugins = config.plugins.filter(w => !(w instanceof extPlugin));

return config;
},
};
Expand Down

0 comments on commit b2f77d2

Please sign in to comment.