mirror of
https://github.com/grafana/grafana.git
synced 2025-07-26 16:42:13 +08:00
alias react-hook-form in webpack config (#40284)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user