metro-config-canhtvee

0.54.1Β β€’Β PublicΒ β€’Β Published

Metro Config

πŸš‡ Config resolver and transformer for Metro.

Patch fix blacklisk

\node_modules\metro-config\src\defaults\blacklist.js,

var sharedBlacklist = [
  /node_modules[/\\]react[/\\]dist[/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

to

var sharedBlacklist = [
  /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

/metro-config-canhtvee/

    Package Sidebar

    Install

    npm i metro-config-canhtvee

    Weekly Downloads

    2

    Version

    0.54.1

    License

    MIT

    Unpacked Size

    59.2 kB

    Total Files

    22

    Last publish

    Collaborators

    • canhtvee