mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 21:53:15 +08:00
NodeGraph: Add msagl and the layered layout code (#88375)
This commit is contained in:
@ -109,6 +109,13 @@ module.exports = {
|
||||
test: /(unicons|mono|custom)[\\/].*\.svg$/,
|
||||
type: 'asset/source',
|
||||
},
|
||||
{
|
||||
// Required for msagl library (used in Nodegraph panel) to work
|
||||
test: /\.m?js$/,
|
||||
resolve: {
|
||||
fullySpecified: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// https://webpack.js.org/plugins/split-chunks-plugin/#split-chunks-example-3
|
||||
|
Reference in New Issue
Block a user