1.0.1 • Published 7 years ago

@wessberg/rollup-plugin-environment v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

rollup-plugin-environment NPM version

A rollup plugin for Environment.

Installation

Simply do: npm install @wessberg/rollup-plugin-environment.

Usage

Add it to the plugins array of your rollup configuration:

rollup({
  plugins: [
  	Environment(),
  	// Other plugins goes here...
  ]
});

This will just add a shim for the process object in top of the bundle.

See the documentation for more details on how to actually use the Environment package.

Changelog:

v1.0.1:

  • Bumped dependency on Environment to v1.0.1.

v1.0.0:

  • First release.