Skip to content
Snippets Groups Projects
Unverified Commit 5a8c9635 authored by Robert Long's avatar Robert Long Committed by GitHub
Browse files

Merge pull request #356 from mozilla/fix/import-lodash-merge

Only import lodash.merge instead of full library
parents fe2d1030 c5be3b0f
No related branches found
No related tags found
No related merge requests found
import { Validator } from "jsonschema"; import { Validator } from "jsonschema";
import { merge } from "lodash"; import merge from "lodash/merge";
const LOCAL_STORE_KEY = "___hubs_store"; const LOCAL_STORE_KEY = "___hubs_store";
const STORE_STATE_CACHE_KEY = Symbol(); const STORE_STATE_CACHE_KEY = Symbol();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment