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: allow to include html partials using <webpack-include src="./partial.html" /> #364

Closed
wants to merge 1 commit into from

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

simple template

Breaking Changes

No

Additional Info

In future we will support <webpack-partial>Foo Bar</webpack-partial>, it will be like <template> and <slot>

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #364 (6d4ac58) into master (6654c9d) will decrease coverage by 10.77%.
The diff coverage is 91.30%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #364       +/-   ##
===========================================
- Coverage   97.71%   86.94%   -10.78%     
===========================================
  Files           7        7               
  Lines         526      544       +18     
  Branches      143      148        +5     
===========================================
- Hits          514      473       -41     
- Misses         12       67       +55     
- Partials        0        4        +4     
Impacted Files Coverage Δ
src/utils.js 91.06% <90.00%> (-6.87%) ⬇️
src/index.js 100.00% <100.00%> (ø)
src/plugins/sources-plugin.js 92.95% <100.00%> (-4.19%) ⬇️
src/HtmlSourceError.js 0.00% <0.00%> (-93.34%) ⬇️

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 6654c9d...d6b3e71. Read the comment docs.

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.

1 participant