We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560a9f4 commit b2f77d2Copy full SHA for b2f77d2
1 file changed
examples/with-react-native-web/README.md
@@ -135,10 +135,6 @@ module.exports = {
135
)
136
);
137
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
-
142
return config;
143
},
144
};
0 commit comments