babel-plugin-define

1.0.0 • Public • Published

Define constants to replace with expression

Example:

[ "define", {
   "__API_ROOT__": "document.location.origin + '/api'",
   "__SOCKET_ROOT__": "document.location.origin",
   "__DEBUG__": "false",
   "__ACTIVE_CONFIG__": "LiveUI"
} ]

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-define

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yurynix