spritejs/spritejs

View on GitHub
.es6.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "modules": false,
        "targets": {
          "chrome": "59"
        }
      }
    ]
  ],
  "plugins": [
    "@babel/plugin-proposal-class-properties",
    ["transform-gl-matrix", {
      "glMatrixArray": false
    }]
  ]
}