-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 44771: Remove class property in validation-directive.js
## What's being changed Our validation-directive.js file. ## Why it's being changed We had class properties here that caused an error in some lower versions of Shopware 6.4.x (certainly 6.4.9). The error was triggered when running: ``` bin/build-administration.sh ``` and the error was: ``` Support for the experimental syntax 'classProperties' isn't currently enabled ``` ## How to review / test this change - Checkout this branch in a Shopware 6.4.9 - Run `bin/build-administration.sh` ## Notes You may need to add `--legacy-peer-deps` to the `npm install` command on L53 of `build-administration.sh` Related work items: #209832
- Loading branch information
Showing
3 changed files
with
142 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters