mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
alias react-hook-form in webpack config (#40284)
This commit is contained in:
parent
621bd477d0
commit
5267ea35ea
@ -42,6 +42,7 @@ module.exports = {
|
||||
// problems with @grafana/ui
|
||||
'react-router': require.resolve('react-router'),
|
||||
'react-router-dom': require.resolve('react-router-dom'),
|
||||
'react-hook-form': require.resolve('react-hook-form'),
|
||||
jquery: require.resolve('jquery'),
|
||||
// some of data source pluginis use global Prism object to add the language definition
|
||||
// we want to have same Prism object in core and in grafana/ui
|
||||
|
Loading…
Reference in New Issue
Block a user