chore(workflows): Fix merge conflicts with master
This commit is contained in:
10
www/reference/.cache/commonjs/debug-log.js
Normal file
10
www/reference/.cache/commonjs/debug-log.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.debugLog = debugLog;
|
||||
// inspired by https://github.com/GoogleChrome/workbox/blob/3d02230f0e977eb1dc86c48f16ea4bcefdae12af/packages/workbox-core/src/_private/logger.ts
|
||||
const styles = [`background: rebeccapurple`, `border-radius: 0.5em`, `color: white`, `font-weight: bold`, `padding: 2px 0.5em`].join(`;`);
|
||||
|
||||
function debugLog(...args) {
|
||||
console.debug(`%cgatsby`, styles, ...args);
|
||||
}
|
||||
Reference in New Issue
Block a user