mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/ui: Do not bundle jQuery (#27667)
This commit is contained in:
@@ -35,6 +35,7 @@ const buildCjsPackage = ({ env }) => {
|
||||
'monaco-editor', // Monaco should not be used directly
|
||||
'monaco-editor/esm/vs/editor/editor.api', // Monaco should not be used directly
|
||||
'react-monaco-editor',
|
||||
'jquery', // required to use jquery.plot, which is assigned externally
|
||||
],
|
||||
plugins: [
|
||||
commonjs({
|
||||
|
Reference in New Issue
Block a user