Patrick Gotthardt

Results 39 comments of Patrick Gotthardt

@danielcaldas I can't remember but I think we didn't address this yet, right?

@iandevlin could you also take a look at this change? It'll effectively call `el.setAttribute('itemscope', true)` for all attributes which are specified without a value.

@uzi88 We'll also need a change to the `CHANGELOG.md` to document what you've changed.

For some boolean attributes would be set. i.e. for `itemscope` it'll result in ``. I was wondering if you happen to know about attributes for which this wouldn't hold true...

Could be done as a Melody plugin or - likely better - as a Webpack plugin/resolver. Melody, by default, just uses the paths as they are without employing any custom...

The problem here is passing complex objects (i.e. instances of classes - Webpack Plugins) to another process. Even if you change the core of `parallel-webpack`, it'll likely not work. Webpack's...

> Is this project still active? I see that the last commit was almost 1-1/2 years ago. > > If this project is in fact defunct, what's the replacement? None...

This tool helps you to build different versions of your application at the same time. Imagine you'd want to have one bundle for modern browsers ("variant 1") and one that...