1 2 3 4 5 6 7 8 9
/* * pollute the global namespace with some useful utils */ import React from 'react' window.elem = React.createElement window.log = console.log