You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is ok while we use the separate items of array (like CONFIG.validNames[0]) but it prevents us from using array at whole, for example like CONFIG.validNames.includes(name).
The text was updated successfully, but these errors were encountered:
If my config have array values:
then the CONFIG created by
node-config-webpack
looks like:This is ok while we use the separate items of array (like
CONFIG.validNames[0]
) but it prevents us from using array at whole, for example likeCONFIG.validNames.includes(name)
.The text was updated successfully, but these errors were encountered: