mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add copy-webpack-plugin to ignore list for now (#41965)
* Update dependency copy-webpack-plugin to v10 * Ignore copy webpack plugin for now Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
parent
13223140ad
commit
274abf53ba
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@ -21,6 +21,7 @@
|
|||||||
"slate",
|
"slate",
|
||||||
"slate-plain-serializer",
|
"slate-plain-serializer",
|
||||||
"systemjs",
|
"systemjs",
|
||||||
|
"copy-webpack-plugin", // try to upgrade with newer yarn release. Not working with 3.1.1
|
||||||
"ts-loader", // we should remove ts-loader and use babel-loader instead
|
"ts-loader", // we should remove ts-loader and use babel-loader instead
|
||||||
"typescript", // >4.5.x doesn't seem to work on windows with pnp currently. probably similar to https://github.com/yarnpkg/berry/issues/3722
|
"typescript", // >4.5.x doesn't seem to work on windows with pnp currently. probably similar to https://github.com/yarnpkg/berry/issues/3722
|
||||||
"ora" // we should bump this once we move to esm modules
|
"ora" // we should bump this once we move to esm modules
|
||||||
|
Loading…
Reference in New Issue
Block a user