1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/development
Mark Stacey 398a45bfdd
Replace clone dependency with cloneDeep from lodash (#7926)
This was done to reduce the number of direct dependencies we have. It
should be functionally equivalent. The bundle size should not change,
as we use `clone` as a transitive dependency in a number of places.
2020-01-29 13:14:33 -04:00
..
states
announcer.js
auto-changelog.sh
backGroundConnectionModifiers.js
generate-migration.sh
genStates.js
gource-viz.sh
index.html
metamaskbot-build-announce.js
mock-3box.js
mock-dev.js
README.md
require-react-devtools.js
rollback.sh
run-ganache
run-version-bump.js
selector.js
sentry-publish.js
sentry-upload-artifacts.sh
shellcheck.sh
show-deps-install-scripts.js
source-map-explorer.sh
sourcemap-validator.js
static-server.js
test.html
verify-locale-strings.js
version-bump.js Replace clone dependency with cloneDeep from lodash (#7926) 2020-01-29 13:14:33 -04:00

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.