mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +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 * as fs from 'fs';
|
||||||
import jsdom from 'jsdom';
|
import jsdom from 'jsdom';
|
||||||
|
|
||||||
|
import consoleGroup from 'console-group';
|
||||||
|
consoleGroup.install();
|
||||||
|
|
||||||
const cache = {};
|
const cache = {};
|
||||||
|
|
||||||
require.extensions[ '.html' ] = function ( module, filename ) {
|
require.extensions[ '.html' ] = function ( module, filename ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user