posthtml-modules icon indicating copy to clipboard operation
posthtml-modules copied to clipboard

Modules Plugin

Results 12 posthtml-modules issues
Sort by recently updated
recently updated
newest added

I know this has been mentioned before. But is there anyway we can use relative paths. I.e './header.html' instead of '/header.html' https://github.com/posthtml/posthtml-modules/issues/81

If I include a component ` ./component/nav.html` ```html ``` from ` index.html` ```html ``` The resulting `href` in `a` is copied as-is. While it should be updated to be `components/somewhere.html`

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

The biggest disadvantage of this plugin is that it can't support multiple "content" directives. Posthtml-modules is just another kind of include that can pass a "content" while including, it's some...

Would be possible to add a default content when it's not provided? I think here in the code: ```js const content = tree.match(match('content'), () => { // Other conditions when...

I like it consume local files, node modules or web_modules, like postcss-import do, it can consume local files, node modules or web_modules. To resolve path of an @import rule, it...

"posthtml": "^0.15.2" "posthtml-modules": "^0.7.4" Hi, I don't know if this is a bug or if I misinterpreted the recursion behaviour, but if I place a module tag within the html...

question

I'm using `posthtml-modules` v0.9.0 with `gulp`. I have the following setup: Main page: ```html

Would be really useful if we could somehow pass data other than a JSON string to a module. For example, imagine using a loop with `posthtml-expressions`: ```html {{ item }}...

help wanted
type: feature
semver: minor

What am I missing? I have an "index.html" inside a "src" folder, a "navbar.html" inside a folder "components". I cannot get the navbar to show on index.html, I get this...