Commit 7a77eb76 by kennytm Committed by GitHub

grafana/ui: Do not bundle jQuery (#27667)

parent 5f2deb24
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment