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:
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…
Reference in New Issue
Block a user