Now.sh build breaking due to: Support for the experimental syntax 'decorators-legacy' isn't currently enabled
问题 Expected: After adding decko (Support for decorators) as well as adding support for experimetalDecoractors in my tsconfig.js and using @babel/plugin-proposal-decorators in package.json . My now.sh build should build and deploy fine after creating a PR, also since the app is running perfectly locally. Results: The build actually breaks with the following error: Support for the experimental syntax 'decorators-legacy' isn't currently enabled PR: https://github.com/Futuratum/moonholdings.io/pull