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"
} ]
Keywords
noneInstall
npm i babel-plugin-define
Weekly Downloads