webdiscus

Results 90 comments of webdiscus

@panoply, here are the most popular ANSI libraries for Node.js that I have found and used: - [colorette](https://github.com/jorgebucaran/colorette) - [picocolors](https://github.com/alexeyraspopov/picocolors) - [cli-color](https://github.com/medikoo/cli-color) - [color-cli](https://github.com/jaywcjlove/colors-cli) - [ansi-colors](https://github.com/doowb/ansi-colors) - [kleur](https://github.com/lukeed/kleur) - [chalk](https://github.com/chalk/chalk)...

In this fork you can see the fixed version [@webdiscus/webpack-analyse](https://webdiscus.github.io/webpack-analyse/).

## How to reproduce the issue - open the [analyse site](https://webpack.github.io/analyse/) - in the popup `Upload webpack stats` select the `webpack 5 test cases` example - in top menu click...

> you mean html-bundler-webpack-plugin can also apply into esbuild config? no, sorry. It was an example how it works in webpack via the plugin.

Hi @xavierfoucrier, you can try to use the new [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin). This plugin support the Handlebars templates and has many cool features: - An entry point is an HTML template. -...

The HTMLWebpackPlugin is not maintained over a year too. Better try to use new modern powerful [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin). This plugin support many templating engines "out of the box": - Handlebars -...

@shin1mk you can try to use the modern [fork](https://github.com/webdiscus/webpack-boilerplate.git). Using this fork you can: - specify source image file in a template like `` using a webpack alias (`@` is...

Hallo @unit-404, I can not reproduce your error message. Can you please create small complete repo (package.json, webpack config, etc) with your issue message. Following example: _index.pug_ ```pug something if...

Hello @unit-404, You can't use the `type: 'asset/source'` for imported SCSS in JS to inline CSS. That will be not works. You can inline CSS imported in JS using the...

@unit-404 can you please create a small repo with your use case.