webdiscus
webdiscus
- chore: update devDependencies to latest versions - chore: remove needless Gruntfile.js - refactor: optimize webpack.config.js for local dev and build - refactor: replace legacy pug-loader that gives install errors...
Hi, I have optimised this repo for using with Webpack 5 and [pug-plugin](https://github.com/webdiscus/pug-plugin). Since Webpack 5 can be used the clever `pug-plugin`. Pug plugin is designed for easily usage Pug...
* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...
Hello @taniarascia, I'm the author of the [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) and want to demonstrate how easily to configure this plugin for modern features. The Bundler Plugin generates static HTML or [template function](https://github.com/taniarascia/webpack-boilerplate/compare/master...webdiscus:webpack-boilerplate:bundler-plugin#template-in-js)...
### Describe the bug After run the `webpack serve` occurs the error: ``` > webpack serve [webpack-cli] [callSiteLocation@ depd@ @ @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:14872 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:15558 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:13457 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:10539 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:13780 @ @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:14872 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:15558 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:13457 @https://webpackmultiplepages-ol5s.w-corp.staticblitz.com/blitz.a9c8a5a3.js:54:10539...
**What kind of change does this PR introduce?** - Update README.md **Did you add tests for your changes?** - Yes **Does this PR introduce a breaking change?** - No **What...
Hello @d3ward, You have very useful tools, thanks. But in your project is used outdated Webpack loader `template-ejs-loader` which is doesn't maintained over 2 years. I'm the author of the...
Hello @ankurk91, I'm using your awesome component and have optimized the Webpack config for myself. Now I would like to share an improved configuration. Before merging try please my forked...
This is correct PR to upgrade dependency ansis to v4. PR #166, created by `renovate bot`, should be closed without merging, as the major version update to v4 requires additional...
This PR replaces [@colors/colors](https://github.com/DABH/colors.js) used in CLI tools with smaller and faster [ansis](https://github.com/webdiscus/ansis). ### Benefits of `ansis` - The unpacked size is smaller: `@colors/colors` -[ 41.5 kB](https://www.npmjs.com/package/@colors/colors), `ansis` - [7...