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

webpack-config / webpack-partial / 65
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Ran 21 May 2016 12:07AM UTC
Jobs 3
Files 4
Run time 1min
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
65

push

travis-ci

izaakschroeder
Add `plugin` helper.

Keeping in line with helping users quickly modify their webpack configurations, the `plugin` helper allows for easily adding a plugin to your webpack configuration. Again, the typical use is expected to be with `compose`.

```javascript
const newConfig = compose(
  plugin(new PluginA()),
  plugin(new PluginB())
)(webpackConfig);
```

8 of 8 new or added lines in 1 file covered. (100.0%)

69 of 69 relevant lines covered (100.0%)

4.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 65.1 21 May 2016 12:09AM UTC 0
100.0
Travis Job 65.1
2 65.2 21 May 2016 12:09AM UTC 0
100.0
Travis Job 65.2
3 65.3 21 May 2016 12:07AM UTC 0
100.0
Travis Job 65.3
Source Files on build 65
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #65
  • 54c74488 on github
  • Prev Build on plugin (#63)
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