Webpack Output File Permissions

I'm still pretty new to webpack and node, and I can't figure out what configures file permissions when compiling my JS modules. It currently displays a file with -rw-------, I would like them to be -rw-r--r--. How to set file permissions for file output?

+4
source share

All Articles