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: next version #394

Merged
merged 7 commits into from Jul 6, 2020
Merged

feat: next version #394

merged 7 commits into from Jul 6, 2020

Conversation

kevinmarrec
Copy link
Contributor

@kevinmarrec kevinmarrec commented Jul 5, 2020

Fixes

  • Fixed an issue when using TSX in .vue files (114d69)

Dependencies

Breaking changes

ForkTsCheckerWebpackPlugin v5 has changed its options format and dropped Node 8 support.
Follow their documentation if you were customizing options through typescript.typeCheck module option.

Closes #355
Closes #370
Closes #386
Closes #395
Closes #396

@codecov
Copy link

codecov bot commented Jul 5, 2020

Codecov Report

Merging #394 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #394   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           31        32    +1     
  Branches         8         9    +1     
=========================================
+ Hits            31        32    +1     
Impacted Files Coverage Δ
packages/typescript-build/src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6ee94d...114d69c. Read the comment docs.

@kevinmarrec kevinmarrec self-assigned this Jul 5, 2020
@kevinmarrec kevinmarrec added documentation The issue or pull request related to the documentation build The issue or pull request is related to `build` package runtime The issue or pull request is related to `runtime` package dependencies Pull requests that update a dependency file labels Jul 5, 2020
@kevinmarrec kevinmarrec merged commit e056f43 into master Jul 6, 2020
@kevinmarrec kevinmarrec deleted the next branch July 6, 2020 10:30
@shoyuf
Copy link

shoyuf commented Aug 4, 2020

why only use appendTsxSuffixTo in ts-loader?

I want to use webpack overlay to display typescript error in vue template's <script lang="ts">

So I need set appendTsSuffixTo: [/\.vue$/] in ts-loader's options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The issue or pull request is related to `build` package dependencies Pull requests that update a dependency file documentation The issue or pull request related to the documentation runtime The issue or pull request is related to `runtime` package
Projects
None yet
2 participants