• 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 output
branch: output
CHANGE BRANCH
x
Reset
  • output
  • advanced-loader
  • alias
  • autopack-loaders
  • bump-version
  • eslint
  • fix-deep-merge
  • loader-helper
  • master
  • merge
  • plugin
  • root
  • root-build
  • tap
  • update-lodash
  • update-readme
  • updates
  • webpack-4
  • webpack1-compat
  • webpack2

pending completion
68

push

travis-ci

izaakschroeder
Add `output` helper.

Useful for injecting `output` properties into webpack configurations. Useful with `compose`.

```javascript
const newConfig = compose(
  output({publicPath: '/'}),
  plugin(new Plugin())
)(oldConfig);
```

76 of 76 relevant lines covered (100.0%)

3.95 hits per line

Relevant lines Covered
Build:
Build:
76 RELEVANT LINES 76 COVERED LINES
3.95 HITS PER LINE
Source Files on output
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
68 output Add `output` helper. Useful for injecting `output` properties into webpack configurations. Useful with `compose`. ```javascript const newConfig = compose( output({publicPath: '/'}), plugin(new Plugin()) )(oldConfig); ``` push 21 May 2016 12:24AM 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

© 2026 Coveralls, Inc