haste-webpack-resolver
1.0.0 • Public • Published
Use Facebook's haste module system with webpack.
Usage:
module.exports = {
// ...
resolve: {
plugins: [
new HasteResolver({
platform: 'ios',
directories: ['node_modules/react-native'],
blacklist: (_path) => {
return false;
},
}),
],
},
};
Inspired by a lot of the work done in haul.
Readme
Keywords
nonePackage Sidebar
Install
npm i haste-webpack-resolver
Weekly Downloads