gitlab-org--gitlab-foss/config/helpers/incremental_webpack_compiler/log.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
113 B
JavaScript
Raw Normal View History

const log = (msg, ...rest) => console.log(`IncrementalWebpackCompiler: ${msg}`, ...rest);
module.exports = log;