webdiscus

Results 90 comments of webdiscus

@alexander-akait @sokra, please, add this very useful plugin to the list of plugins by approving this PR. Many developers don't know about this really cool Webpack plugin. This plugin is...

3 unreviewed text lines for over a year 👀

This plugin has the potential to become a key part of the Webpack ecosystem, significantly extending its capabilities and attracting more users.

Here is the documentation for the plugin: https://webdiscus.github.io/html-bundler-webpack-plugin

Hello @vralle, 1 - doesn't use the postprocess to render md, the plugin do it itself 2 - `{{~ include("content/home.md") }}` - the path to the file must be relative...

> I override Eta->readFile(path) and handle MD here. Ok. > Can I use my own options for markdown-it? Currently not. But this is good issue to implement it.

@vralle thanks for your extension, I appreciate your effort. The plugin already contains the likely [implementation](https://github.com/webdiscus/html-bundler-webpack-plugin/blob/a7ad6095d09438ef8a53d5da62b1c9b6d9844eab/src/Loader/Preprocessors/Eta/index.js#L54). I just need to expose the markdown-it options to allow them to be specified...

@chkpnt Thanks for the feature request. I will add the support for multiple configurations.

@chkpnt The support the multiple configurations has been added in the next major version - [4.0.0-beta.0](https://www.npmjs.com/package/html-bundler-webpack-plugin/v/4.0.0-beta.0). Can you please test this beta version with your use case.

@davidmurdoch > This is not a bug, this is the feature. The html bundler can handeln only `script` tags defined in a template. The JS files defined in entry will...