haste-webpack-resolver

1.0.0 • Public • Published

haste-webpack-resolver

Use Facebook's haste module system with webpack.

build status coverage license version downloads

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

none

Package Sidebar

Install

npm i haste-webpack-resolver

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • izaakschroeder