jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

fix: bug `Uint8Array without null bytes` #52

Closed flaviomicheletti closed 4 years ago

flaviomicheletti commented 4 years ago

Hi, I had a problem when executing the build.

The argument 'path' must be a string or Uint8Array without null bytes. Received '\ u0000commonjs-proxy

And I solve the problem by following this issue

https://github.com/rollup/rollup/issues/1782

Thanks for your post, it helped me a lot!

jlengstorf commented 4 years ago

thanks!