Ward Peeters

Results 52 issues of Ward Peeters

## Description Use external minifcation script than using untested css & js macro

type: maintenance

Eslint is a great linter which combines jshint & jscs + many more features. Might be good to implement this in this project as well so contributers use the same...

when running jest-serializer-path I've noticed that \\\\" quotes are being converted when they aren't really paths. https://github.com/gatsbyjs/gatsby/pull/10964/files#diff-72f7b704a71888b35ecd3bff4eec3195 I'll make a PR and test cases for it 👍

When using preact-compat with className it leaks the class prop into a react component and breaks spreading props. I might be missing some context here so this fix might not...

CSSComb doesn't uses the exclude from config. I added a check that grunt only processes when necessary, else it copies the files. ``` "exclude": [ ".git/**", "node_modules/**", "bower_components/**", "**/exclude2.css" ],...

Make debug flag editable by setting NODE_ENV to production.

Hey all! I know I haven't been around much but I would like to change this. Any features/optimizations, we're missing that you would like to see? I'm personally thinking of...

question

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@parcel/[email protected]` for the project I'm working on. When running multiple parcel builds from...

:bug: Bug
Resolver

- Rollup Version: 2.22.1 - Operating System (or Browser): Windows/Linux - Node Version (if applicable): - Link to reproduction (IMPORTANT, read below): Inside a plugin when calling `Array.from(this.moduleIds)` the ids...

t³ ✨ enhancement