gatsby-uc/gatsby-plugin-s3

Add dotenv to the plugin

Open

#48 opened on Mar 15, 2019

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (104 forks)github user discovery
enhancementgood first issuepriority: low

Repository metrics

Stars
 (206 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The suggestion we're giving right now to users that they need to manually require dotenv before the deploy script runs is kinda ridiculous, we might as well always load it ourselves - if it can't find any .env files, no harm done. Gatsby itself does this too.

Contributor guide