Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2439

(Browser) Use babel-preset-env to support browsers explicitly

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • front-end
    • None

    Description

      Use babel-preset-env to support browsers explicitly.

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

      Attachments

        Issue Links

          Activity

            People

              1ambda Hoon Park
              1ambda Hoon Park
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: