0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

enable console.group

This commit is contained in:
Rich-Harris 2016-11-22 11:55:34 -05:00
parent 0f721e346d
commit 61c9105c2a

View File

@ -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 ) {