Abdelhady Muhammad
Abdelhady Muhammad
Closes takahirom/webview-in-coordinatorlayout#4
The first continuous scroll down doesn't propagate the event as expected, I had to scroll 1 down then 1 up, then all is working fine, I'm using a real device...
When using this plugin, and during webpack's incremental build, the build hangs in the step `asset optimization` for about 2 minutes, but without using this plugin, the `asset optimization` step...
**tl;dr:** `file-loader` & `css-loader` doesn't handle paths (like `url(image-en.png)`) in the `/*rtl*/` comments. details: -- here is my `webpack.config.js` configuration: ```js const extractLESS = new ExtractTextPlugin('[contenthash].css'); module.exports = { ......