Daniel O.

Results 24 comments of Daniel O.

the same issue with `npm` `5.1.0`

yeah, we have the same issue 👍 hate using resolutions for that purpose 🤯

thanks @lauriskuznecovs 🎉 you helped me to realize that I need to remove `processor` to make it working 👍 but yeah, it would be great to update styled docs regarding...

yeah, we also experience tests to be slower than in v9

Sorry, I've not changed shortcut for splitting panes.

This issue was solved for me by upgrading webpack from 4.33 to 4.46 version. It looks like `getAssets` feature was added only in webpack version `4.40`.

@nfroidure I thought it is opened issue in gulp-filter repo

looks like I've set ``` "jest": { "preset": "react-native", ``` and it works, even if I have installed only `metro-react-native-babel-preset` and `react-native: 0.57.1`. Not sure why...

@jeffposnick Hey Jeffrey! I'm testing the newest version of Workbox and it looks like there is something working not exactly correct with this new functionality. I have this implementation of...

@jeffposnick yes, I've tried to reproduce it with `wb.update()` and with ``` navigator.serviceWorker.getRegistrations() .then(serviceWorkers => { for (let worker of serviceWorkers) { worker.update() } }) ``` However, I've tried this...