Jovica Aleksic

Results 159 comments of Jovica Aleksic

Btw as a workaround, we use the approach from the "click to focus" example, which does get you up close to any node, but of course it's just a workaround,...

Hi. No worries about the delay, this is somewhat a luxury feature anyways :) I'll check after my vacation, so it'll take even longer :)

Hi. I'm not sure I will be able to spend more time and provide a PR, but here my findings for future reference. I think the problem is simply with...

Thanks, will check it out and let you know!

Due to this shortcoming I've used awkward naming conventions in a couple of projects already, e.g. `@client/` and `@server/` package scopes etc, just for the sake of control via lerna...

While a LICENSE file has been added recently, this project appears unmaintained. Is anybody willing to become a maintainer? @kensnyder are you willing to grant access to a new maintainer?...

Coming across the topic more than a year later - are the findings still the status quo? An update would be great! :)

> Here is a more generic workaround to replace all `%`-delimited identifiers (based on [#7953 (comment)](https://github.com/facebook/create-react-app/issues/7953#issuecomment-635146861)): > > ```js > new CopyPlugin({ > patterns: [ > { > from: 'public/manifest.json',...

The thing is: Webpack needs some kind of reference to a file in "javascript" to bundle that file, the file must become a dependency of some module. Simply having the...