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

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

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

19 Oct 2018 01:08PM UTC coverage: 100.0%. Remained the same
3710.2

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%)

32.16 hits per line

Source Files on job 3710.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3551
  • Travis Job 3710.2
  • c875e09d on github
  • Prev Job for on dev (#3689.1)
  • Next Job for on dev (#3716.1)
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