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

shakacode / react_on_rails / 4865

Build:
Build:
LAST BUILD BRANCH: andrey/add-option-method
DEFAULT BRANCH: master
Ran 21 Aug 2018 05:48PM 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
4865

Pull #1136

travis-ci

web-flow
Don't apply babel-plugin-transform-runtime inside react-on-rails to work with babel@7

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.
Pull Request #1136: Don't apply babel-plugin-transform-runtime inside react-on-rails to work with babel 7
Jobs
ID Job ID Ran Files Coverage
1 4865.1 (2.3.1, spec/dummy/Gemfile) 21 Aug 2018 05:48PM UTC 0
Travis Job 4865.1
2 4865.2 (2.4.1, spec/dummy/Gemfile) 21 Aug 2018 05:48PM UTC 0
Travis Job 4865.2
3 4865.3 (2.5.0, spec/dummy/Gemfile) 21 Aug 2018 05:48PM UTC 0
Travis Job 4865.3
Source Files on build 4865
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4865
  • Pull Request #1136
  • PR Base - master (#4861)
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