A platform that provides researchers with one-click access to collaborative workspace environments operating across teams, universities, and datasets while enabling university IT stakeholders to manage, monitor, and control spending, apply security best practices, and comply with corporate governance.
Apache License 2.0
177
stars
119
forks
source link
@babel/plugin-proposal-class-properties loose should be false #1239
Description of changes:
This change removes the loose="true" setting on @babel/plugin-proposal-class-properties which was not being applied anyway and caused thousands of warning lines in the logs
Checklist:
[x] Have you successfully deployed to an AWS account with your changes?
[x] Have you successfully tested with your changes locally?
[x] Is this change also required on the AWS Solution version?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #1237
Description of changes: This change removes the loose="true" setting on @babel/plugin-proposal-class-properties which was not being applied anyway and caused thousands of warning lines in the logs
Checklist:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.