mirror of https://github.com/status-im/metro.git
0405c82798
Summary: @public We cached based on url, which wasn't unique becuase some options would be defaulted. This was obvious when starting the server via fbrnios which tries to warmup the bundle. And then when the device woke up it will send a request (that is identical in reality) but would miss the cache. This changes the cache key into a JSON stringification of the options. Test Plan: * ./runJestTests.sh * ./fbrnios.sh run |
||
---|---|---|
.. | ||
__mocks__ | ||
example_project | ||
src | ||
.npmignore | ||
index.js |