diff --git a/changelog/unreleased/change-build-system-error-improvements b/changelog/unreleased/change-build-system-error-improvements new file mode 100644 index 000000000..6384c15f5 --- /dev/null +++ b/changelog/unreleased/change-build-system-error-improvements @@ -0,0 +1,6 @@ +Change: Show compile errors and enforce node.js version in package.json + +Ensure we show compile-time errors on the command line when present and +enforce Node.js v14.0.0 or greater to permit optional chaining to be used + +https://github.com/owncloud/owncloud-design-system/pull/1579