mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:32:18 +08:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@ -52,7 +52,7 @@ module.exports.pitch = function pitch(remainingRequest) {
|
||||
|
||||
const subCache = `subcache ${__dirname} ${remainingRequest}`;
|
||||
|
||||
childCompiler.plugin('compilation', compilation => {
|
||||
childCompiler.plugin('compilation', (compilation) => {
|
||||
if (!compilation.cache) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user