Closed
Description
Version
3.0.0-rc.3
Reproduction link
Steps to reproduce
Set lintOnSave to true
Add an error in your code based on your eslint configuration
Run npm run build
What is expected?
The eslint error should cause the build to fail
What is actually happening?
The error gets printed to screen but the build proceeds.
Not sure what to add in link for a cli problem