NodeGraph: Add msagl and the layered layout code (#88375)

This commit is contained in:
Andrej Ocenas
2024-05-28 17:04:03 +02:00
committed by GitHub
parent 07debd66c2
commit 5f326e98c1
10 changed files with 398 additions and 5 deletions

View File

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