mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
fa03d2ae6a
* feat(yarn): introduce plugin-interactive-tools * chore(webpack): bump webpack and loaders / plugins to latest
16 lines
363 B
YAML
16 lines
363 B
YAML
enableTelemetry: false
|
|
|
|
nmHoistingLimits: workspaces
|
|
|
|
nmMode: hardlinks-global
|
|
|
|
nodeLinker: node-modules
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.1.0-rc.5.cjs
|