• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

shakacode / react_on_rails / 4871
0%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2018 07:40AM UTC
Jobs 3
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4871

push

travis-ci

justin808
Don't apply babel-plugin-transform-runtime inside react-on-rails to work with babel@7 (#1136)

It should be applied by user land.

Why?
The generated code depends on built babel's version.
It means that user couldn' build their code with babel@7 that depends on react-on-rails built by babel@6.

For example, babel-plugin-transform-runtime (babel 6) generates the
following code.
``` js
var _assign = require('babel-runtime/core-js/object/assign');
```

However @babel/plugin-transform-runtime (babel 7) expects the
path that beginning of `@babel/runtime/`.

The change allows to use react-on-rails on babel@7.
Jobs
ID Job ID Ran Files Coverage
1 4871.1 (2.3.1, spec/dummy/Gemfile) 27 Aug 2018 07:41AM UTC 0
Travis Job 4871.1
2 4871.2 (2.4.1, spec/dummy/Gemfile) 27 Aug 2018 07:40AM UTC 0
Travis Job 4871.2
3 4871.3 (2.5.0, spec/dummy/Gemfile) 27 Aug 2018 07:40AM UTC 0
Travis Job 4871.3
Source Files on build 4871
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4871
  • de067172 on github
  • Prev Build on master (#4867)
  • Next Build on master (#4872)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc