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

This commit is contained in:
kennytm
2020-09-22 16:43:57 +08:00
committed by GitHub
parent 5f2deb2497
commit 7a77eb7635

View File

@@ -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({