Andy Wermke
Andy Wermke
Did you already try the `v1.0.0-alpha`? Please share any feedback with us! ♥️ Just leave a short comment like * "Worked well" * "Did not work, because ..." * "Got...
Since probably 90%+ of the users will want to have Babel and the autoprefixer it would be nice to ship a preset (using `group()`) that sets some blocks configured in...
Improve the experience of using webpack-blocks as shared by @zcei: [see comment](https://github.com/andywer/webpack-blocks/issues/153#issuecomment-312503336) - [x] `core`: More useful output for `createConfig()` block assertion - [ ] `dev-server`: Document that it adds...
Added a cli command for creating the language.php script (especially useful) and one for detecting the language of some text. Additionally added a method `detectLanguageScores` to the `Detect` class that...
**Question** Parcel v2 is still in alpha, but looks very promising. I suppose this plugin will currently not work with v2 as they changed the overall architecture quite a bit....
Hey there! Just stumbled upon your plugin. It might be cool if you have a large project and by using this plugin the webpack dev server uses less memory or...
Hi there! How about adding some information on how to use it in conjunction with [standard](https://github.com/feross/standard) and friends? I am not sure what's the best way to do so. Maybe...
- Rewrite readme - Add more markdown documents: Samples, recipes, detailed usage - Document CLI usage in readme - Logical flow: Install, run script file, run HTML file, explain `window.headless`,...
Not just as a CLI tool, but I also want to be able to `const PuppetRun = require("puppet-run")`.
Instead of having to manually call `puppet.exit()`, make it a convention-based API: Each JS/TS entrypoint must `export default` a promise or a function returning a promise. When this promise resolves,...