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"
} ]

/babel-plugin-define/

    Package Sidebar

    Install

    npm i babel-plugin-define

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • yurynix