Closed mattdesl closed 9 years ago
This can be useful for booting up a Chrome DevTools window that has node integration.
For example:
hihat --node
Now the user can start writing require('..') statements in the DevTools console as if it's a REPL.
require('..')
should work in 2.2.0
This can be useful for booting up a Chrome DevTools window that has node integration.
For example:
Now the user can start writing
require('..')
statements in the DevTools console as if it's a REPL.