Skip to content

Commit

Permalink
remove extra Razzle filter from with-react-native-web (jaredpalmer#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored and jaredpalmer committed Apr 16, 2019
1 parent 2164431 commit 6f83869
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/with-react-native-web/razzle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module.exports = {
)
);

const extPlugin = require(require.resolve('extract-text-webpack-plugin'));
config.plugins = config.plugins.filter(w => !(w instanceof extPlugin));

return config;
},
};

0 comments on commit 6f83869

Please sign in to comment.