Skip to content

Latest commit

 

History

History
 
 

plugin-dotenv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@snowpack/plugin-dotenv

Use dotenv to load environment variables from your project .env files. See Snowpack's Environment Variables documentation to learn more.

npm install --save-dev @snowpack/plugin-dotenv
// snowpack.config.json
{
  "plugins": ["@snowpack/plugin-dotenv"]
}

What is Supported?

Plugin Options

None