GeKorm / webpack-permissions-plugin

A webpack plugin to manage the permissions of output files and directories
MIT License
11 stars 8 forks source link

Fix default permissions #4

Closed SteveDeWald closed 4 years ago

SteveDeWald commented 4 years ago

chmodSync expects mode to be passed as a string or as an integer octal (e.g. 0o755 instead of 755). This patch fixes the default permissions to match the documentation.