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: support config.dynamicImportSyntax for syntax only #6014

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

sorrycc
Copy link
Member

@sorrycc sorrycc commented Jan 17, 2021

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

@codecov
Copy link

codecov bot commented Jan 17, 2021

Codecov Report

Merging #6014 (1be5d79) into master (645fac7) will decrease coverage by 0.08%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6014      +/-   ##
==========================================
- Coverage   83.05%   82.97%   -0.09%     
==========================================
  Files         157      158       +1     
  Lines        3488     3495       +7     
  Branches      938      920      -18     
==========================================
+ Hits         2897     2900       +3     
- Misses        581      586       +5     
+ Partials       10        9       -1     
Impacted Files Coverage Δ
...ilt-in/src/plugins/features/dynamicImportSyntax.ts 0.00% <0.00%> (ø)
packages/bundler-utils/src/getBabelOpts.ts 100.00% <100.00%> (ø)
packages/core/src/Config/Config.ts 61.78% <0.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 645fac7...1be5d79. Read the comment docs.

@sorrycc sorrycc merged commit 3e0aaac into master Jan 17, 2021
@delete-merged-branch delete-merged-branch bot deleted the feat/config-dynamicImportSyntax branch January 17, 2021 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dynamicImport关闭无法动态import(),打开后项目build效果不理想
1 participant