mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
require('@babel/register')
|
|
|
|
require('./helper')
|
|
|
|
window.SVGPathElement = window.SVGPathElement || { prototype: {} }
|
|
global.indexedDB = {}
|