1.0.1 • Published 5 years ago

razzle-plugin-runtimeenv v1.0.1

Weekly downloads
1,073
License
ISC
Repository
github
Last release
5 years ago

#Razzle Runtime Enviroment Razzle Runtime Enviroment adds ability to access dotEnv variables in runtime simplicity by adding a PLUGIN in razzle config file.

  • support .env
  • support .env.development

##How to install ###1- Install package

$ npm install razzle-plugin-runtimeenv --save

###2- Config Razzle in your Razzle project root add or edit razzle.config.js to add runtimeenv plugin.

sample razzle.config.js

'use strict';

module.exports = {
  plugins: [
      ...,
      'runtimeenv'
  ]
};
1.0.1

5 years ago

1.0.0

5 years ago