s00d / webpack-shell-plugin-next

Run shell commands either before or after webpack 4 and 5 builds
MIT License
92 stars 12 forks source link

Max buffer exceeded #12

Closed wayofthefuture closed 3 years ago

wayofthefuture commented 4 years ago

I am on WIndows 10 platform.

Unfortunately, in a relatively short amount of time, I get a "stdout maxBuffer exceeded" error. I checked the code and maxBuffer is passed as MAX_SAFE_INTEGER for the execSync function but still to no avail it still kicks out. I am certain I haven't reached the max buffer. Do you think the MAX_SAFE_INTEGER is too large?

Thanks

s00d commented 4 years ago

Hey. Can you send example code?

s00d commented 3 years ago

I have released a new version 2.1.1. try to use it