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
I want to provide confidence to users about the effectiveness of the plugin to provide a secure approach to use .env files with bundles.
I was thinking it may be a good idea to apply a debug parameter to output in the console during the bundle process to show when a variable gets used. This would allow users to see exactly when something gets used.
Another use case would be for shared server and client files. We could show them when a variable gets added to the bundle to allow them to see if they accidentally leaked sensitive information.
Thoughts would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I want to provide confidence to users about the effectiveness of the plugin to provide a secure approach to use
.env
files with bundles.I was thinking it may be a good idea to apply a debug parameter to output in the console during the bundle process to show when a variable gets used. This would allow users to see exactly when something gets used.
Another use case would be for shared server and client files. We could show them when a variable gets added to the bundle to allow them to see if they accidentally leaked sensitive information.
Thoughts would be greatly appreciated.
The text was updated successfully, but these errors were encountered: