babel-plugin-define
v1.0.0
Published
Babel plugin for pre-processing defines
Downloads
53
Readme
Define constants to replace with expression
Example:
[ "define", {
"__API_ROOT__": "document.location.origin + '/api'",
"__SOCKET_ROOT__": "document.location.origin",
"__DEBUG__": "false",
"__ACTIVE_CONFIG__": "LiveUI"
} ]