-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
refactor(loader): v1.0.0 #157
Conversation
a9627b7
to
fff191e
Compare
a5f9941
to
328edf1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@michael-ciniawsky - Don't worry about splitting things in this PR. Just edit the initial comment in #155 and add the appropriate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine for now. We will all have to take another look at everything in next
with any other v4 related updates
I rebase the commit into @d3viant0ne What is required to enable to CI e.g ok/sufficient to change the |
Line 6 in acda6f9
Just need to add Given That list is actually necessary, it prevents Travis from running twice on pull requests. |
@michael-ciniawsky - We can land it now if you want. Once we are reasonably sure about |
I have one cricital bug fix locally and |
328edf1
to
a67a057
Compare
@michael-ciniawsky - When you are satisfied with this, just merge it into |
@d3viant0ne I just saw your comment I can leave the |
We can do it as a separate PR or you can update in this one. I suppose for the sake of keeping the commits in |
kk I will leave it and open an issue alongside with the others I open for other contribs and as remaining TODO list, finally spit the commit here, land this PR in the next few moments (one final CI run) and then on to the CSS related stuff... 😛 |
a67a057
to
b53ad35
Compare
Codecov Report
@@ Coverage Diff @@
## next #157 +/- ##
=======================================
Coverage ? 97.89%
=======================================
Files ? 5
Lines ? 95
Branches ? 32
=======================================
Hits ? 93
Misses ? 2
Partials ? 0
Continue to review full report at Codecov.
|
…support (`options.import`)
b53ad35
to
2db0f2d
Compare
…(`CommonsChunkPlugin`)
Circle CI is expected to fail for this PR due to the missing setup ( The |
Noteable Changes
Features
url
(options.url
)file.html
module.js
import
(options.import
)file.html
module.js
template
(options.template
)file.html
entry.js
minimize
(options.minimize
)BREAKING CHANGES
root
(options.root
)attrs
(options.attrs
)url
plugin)interpolate
(options.interpolate
)options.template
exportAsDefault && exportAsEs6Default
(options.exportAsDefault|options.exportAsEs6Default
)Issues
html-loader <= v1.0.0
TODO
src/lib/plugins/url
toposthtml-include
(PR #?, Issue [v1.0.0-alpha (Feature)] support custom URL filters (options.import|options.url
) #158, Issue [v1.0.0-alpha (Feature)] support explicit{ tag: 'attr' }
patterns for URL resolving (options.url
) #159){Regex|Function}
src/lib/plugins/import
toposthtml-url
(PR #?, Issue [v1.0.0-alpha (Feature)] support custom URL filters (options.import|options.url
) #158){Regex|Function}
Status
Blocked by
(Merged && Released 🎉)posthtml/posthtml
#236