NodeGraph: Remove msagl lib and layered layout option (#87905)

* Remove msagl lib

* Change drone.yml

* update signature
This commit is contained in:
Andrej Ocenas
2024-05-20 13:50:08 +02:00
committed by GitHub
parent 429bcbe67f
commit 20294b0fb6
12 changed files with 9 additions and 557 deletions

View File

@ -109,13 +109,6 @@ 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