webdiscus

Results 90 comments of webdiscus

@GMartigny @mbibko @pseusys You can try to use the new universal [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin). **Note:** - an `entry point` is an HTML template - all source script and style files can be...

@christianitis The simplest and right way is to specify all script and style source files directly in the each HTML template. The [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) allows you to do this. Using this...

Hallo @Paillat-dev, thanks for the feature request. The plugin is _ready_ to write own plugin or callback to generate a tree of the used resources. 1. you can use the...

The only thing that is not contained in the list are static resources that have not been processed and links to pages. But it can by crawled and tricky cached...

Hallo @sahilmob, Thanks for the issue report. I'll try to fix it over the weekend.

@sahilmob I cannot reproduce the issue. I have created the manual test [watch-imported-css-inline](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/test/manual/watch-imported-css-inline) with nested components. After change any file all imported CSS will be inlined into HTML. 1. start...

@sahilmob Is the issue reproducible if you don't use your custom "inline-template-plugin"?

Why you use the `bundler plugin` with `style-loader`? The `bundler plugin` is designed to replace the `style-loader` and is absolutely incompatible for together work. The `bundler plugin` can extract CSS...

@sahilmob 1. please create a small repo with reproducible issue 2. describe exactly and very clear the steps to reproduce the problem. > **WARNING** > > Without your repo, I...

here is the [test case](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/test/cases/preprocessor-disabled-ftl) for `.ftl` template. You can use you `.ftl` template as an entry. Just disable the `preprocessor: false` option. Your source tempalte: ```html ``` the HtmlBundlerPlugin...