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

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

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Repo Added 25 Jan 2016 08:10AM UTC
Files 7
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

LAST BUILD ON BRANCH plugin
branch: plugin
CHANGE BRANCH
x
Reset
  • plugin
  • advanced-loader
  • alias
  • autopack-loaders
  • bump-version
  • eslint
  • fix-deep-merge
  • loader-helper
  • master
  • merge
  • output
  • root
  • root-build
  • tap
  • update-lodash
  • update-readme
  • updates
  • webpack-4
  • webpack1-compat
  • webpack2

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

Relevant lines Covered
Build:
Build:
69 RELEVANT LINES 69 COVERED LINES
4.04 HITS PER LINE
Source Files on plugin
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
65 plugin 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`. ``... push 21 May 2016 12:07AM UTC izaakschroeder travis-ci pending completion  
63 plugin 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`. ``... push 21 May 2016 12:00AM UTC izaakschroeder travis-ci pending completion  
See All Builds (142)
  • Repo on GitHub
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

© 2025 Coveralls, Inc