mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: move cache dir for plugins to the root (#76680)
This commit is contained in:
committed by
GitHub
parent
d4b6fc31ff
commit
52394a1b81
@@ -28,6 +28,13 @@ const config = async (env: any): Promise<Configuration> => {
|
||||
buildDependencies: {
|
||||
config: [__filename],
|
||||
},
|
||||
cacheDirectory: path.resolve(__dirname, '../../.yarn/.cache/webpack', path.basename(process.cwd())),
|
||||
cacheLocation: path.resolve(
|
||||
__dirname,
|
||||
'../../.yarn/.cache/eslint-webpack-plugin',
|
||||
path.basename(process.cwd()),
|
||||
'.eslintcache'
|
||||
),
|
||||
},
|
||||
|
||||
context: process.cwd(),
|
||||
|
||||
Reference in New Issue
Block a user