You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Hoon Park (JIRA)" <ji...@apache.org> on 2017/04/21 07:49:04 UTC

[jira] [Created] (ZEPPELIN-2439) Use babel-preset-env to support browsers explicitly

Hoon Park created ZEPPELIN-2439:
-----------------------------------

             Summary: Use babel-preset-env to support browsers explicitly
                 Key: ZEPPELIN-2439
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2439
             Project: Zeppelin
          Issue Type: Improvement
          Components: front-end
            Reporter: Hoon Park


Use babel-preset-env to support browsers explicitly.

{code}
"babel": {
  "presets": [
    [
      "env",
      {
        "targets": {
          "browsers": ["last 2 versions", "ie >= 7"]
        }
      }
    ]
  ]
},
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)