DEV: Skip babel for ace-builds and json-editor (#28659)

This will avoid warnings: "The code generator has deoptimised the styling of {path} as it exceeds the max of 500KB."

Should also provide a tiny improvement in build times
This commit is contained in:
David Taylor
2024-09-02 10:07:43 +01:00
committed by GitHub
parent 3fb3ef7c85
commit 8b2009cd44

View File

@@ -233,6 +233,12 @@ module.exports = function (defaults) {
{
package: "sinon",
},
{
package: "@json-editor/json-editor",
},
{
package: "ace-builds",
},
],
});