mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
mock-dev - cleanup missing polyfill
This commit is contained in:
parent
76ce348a04
commit
0f33acb80c
@ -12,9 +12,6 @@
|
|||||||
* To use, run `npm run mock`.
|
* To use, run `npm run mock`.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// pollyfill localStorage for non-browser environments
|
|
||||||
if (!global.localStorage) global.localStorage
|
|
||||||
|
|
||||||
const extend = require('xtend')
|
const extend = require('xtend')
|
||||||
const render = require('react-dom').render
|
const render = require('react-dom').render
|
||||||
const h = require('react-hyperscript')
|
const h = require('react-hyperscript')
|
||||||
|
Loading…
Reference in New Issue
Block a user