enable console.group

pull/31/head
Rich-Harris 8 years ago
parent 0f721e346d
commit 61c9105c2a

@ -5,6 +5,9 @@ import * as path from 'path';
import * as fs from 'fs';
import jsdom from 'jsdom';
import consoleGroup from 'console-group';
consoleGroup.install();
const cache = {};
require.extensions[ '.html' ] = function ( module, filename ) {

Loading…
Cancel
Save