Investigate the wepy compile configuration and ESLint settings for indentation. Check the project's .eslintrc or wepy.config.js for indentation rules. The error suggests that tabs are used when spaces are expected. Look at the wepy source code for indentation checking logic.