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

@ -35,8 +35,6 @@ def yarn_install_step():
"name": "yarn-install",
"image": images["node"],
"commands": [
# Python is needed to build `esfx`, which is needed by `msagl`
"apk add --update g++ make python3 && ln -sf /usr/bin/python3 /usr/bin/python",
"yarn install --immutable || yarn install --immutable",
],
"depends_on": [],

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