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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

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