Problem/Motivation
Both npm build & npm watch have been failing consistently without logging any errors. Issue appears to be the url-encode mixin in _str.scss. Commenting out the line with " ": "%20", seems to have solved the problem.
Proposed resolution
Remove unused file causing build issues, this mixin is now handled in the postcss.config.js file. After removing this mixin, we need to review existing code and update functions to use the postcss.config.js code.
Issue fork prototype-3340042
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
jldust commentedAfter diving into this issue, we've identified removing the file could potentially cause breaking changes. This will be identified in another major release. As a temporary solution we have commented out the specific issue.
Comment #5
jldust commentedMarking this closed, it was included in the 4.0.0-alpha3 release. Thanks!