ryantate13

Results 2 comments of ryantate13

FYI guys, I have a PR up [here](https://github.com/ufoscout/docker-compose-wait/pull/68) that fixes this issue. I ran into the issue recently using `distroless` and did some research and got a fix in place....

I was getting "Error: Received packet in the wrong sequence" too but now I have Webpack 4 bundling mysql correctly using the config below: ```javascript const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); //...