Geonovum / respec

A tool for creating technical documents and web standards. Geonovum fork to modify respec for own use.
Other
2 stars 1 forks source link

chore(package): target Edge 14 #147

Closed marcoscaceres closed 6 years ago

marcoscaceres commented 6 years ago

Potential fix for https://github.com/Geonovum/respec/issues/143

marcoscaceres commented 6 years ago

This was not correct.... something closer so:

{
  "presets": [
    ["env", {
      "targets": {
        "browsers": ["last 3 versions"]
      }
    }], "babel-preset-stage-3"
  ],
  "plugins": [
    ["transform-runtime", {
      "polyfill": true,
      "regenerator": false
    }]
  ]
}

But then need to figure out how to include the generatorRuntime. We did this a while back in ReSpec, but it will take some archeology to figure out again how to do it.