Skip to content

Commit b2f77d2

Browse files
MrLohjaredpalmer
authored andcommitted
remove mention of extract text plugin from react native web example (#752)
1 parent 560a9f4 commit b2f77d2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/with-react-native-web/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ module.exports = {
135135
)
136136
);
137137

138-
// We should thus also remove extract text plugin too.
139-
const extPlugin = require(require.resolve('extract-text-webpack-plugin')); // get it out node_modules
140-
config.plugins = config.plugins.filter(w => !(w instanceof extPlugin));
141-
142138
return config;
143139
},
144140
};

0 commit comments

Comments
 (0)