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

react-boilerplate / react-boilerplate / 3710
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix-component-mixUp-in-css-docs
DEFAULT BRANCH: master
Ran 19 Oct 2018 01:11PM UTC
Jobs 2
Files 81
Run time 13s
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
3710

push

travis-ci

julienben
Webpack updates (#2382)

Rather than a huge ambitious webpack overhaul, I tackled just 1 big piece and 1 small: the DLL plugin and polyfills.

**DLL**

I've completely removed the DLL setup we had going and replaced it with `webpack.optimization` and `compression-webpack-plugin`.

I've set optimizations for splitting chunks in prod to handle vendor cache groups, which is pretty snappy in development. I've also setup `uglifyjs-webpack-plugin` to enable caching and multi-process parallel running at the same time (this is handled in optimization as well). Along with this, I've added compression plugin to build gzipped bundles. These are served by express and the bundles are cut down by half or more.

**Polyfill**

I've added [`react-app-polyfill`](https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill) that has common polyfills for the browser and supports up to IE11.

106 of 106 branches covered (100.0%)

271 of 271 relevant lines covered (100.0%)

64.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3710.1 19 Oct 2018 01:11PM UTC 0
100.0
Travis Job 3710.1
2 3710.2 19 Oct 2018 01:11PM UTC 0
100.0
Travis Job 3710.2
Source Files on build 3710
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3710
  • c875e09d on github
  • Prev Build on dev (#3689)
  • Next Build on dev (#3716)
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