Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add config typescript for awesome-typescript-loader #581

Merged
merged 1 commit into from
May 31, 2018

Conversation

xiaohuoni
Copy link
Member

Close #450
Close #451

在webpackrc中增加

export default {
  typescript:{
    reportFiles: ["pages/**/*.{ts,tsx}"],
    transpileOnly:false
  }
};

Close #450
Close #451

在webpackrc中增加
```js
export default {
  typescript:{
    reportFiles: ["pages/**/*.{ts,tsx}"],
    transpileOnly:false
  }
};
```
@coveralls
Copy link

Pull Request Test Coverage Report for Build 555

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 21.744%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/af-webpack/src/getUserConfig/configs/typescript.js 1 2 50.0%
Totals Coverage Status
Change from base Build 551: 0.05%
Covered Lines: 519
Relevant Lines: 2613

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 555

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 21.744%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/af-webpack/src/getUserConfig/configs/typescript.js 1 2 50.0%
Totals Coverage Status
Change from base Build 551: 0.05%
Covered Lines: 519
Relevant Lines: 2613

💛 - Coveralls

@sorrycc sorrycc changed the title fix: at-loader not emit errors feat: add config typescript for awesome-typescript-loader May 31, 2018
@sorrycc sorrycc merged commit 0939c41 into master May 31, 2018
@sorrycc sorrycc deleted the at-loader-not-emit-errors branch May 31, 2018 10:43
sorrycc pushed a commit that referenced this pull request Jun 23, 2022
当Access 没有权限时 , Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
xierenyuan pushed a commit to xierenyuan/umi that referenced this pull request Jun 23, 2022
当Access 没有权限时 , Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants