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

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

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Ran 01 Sep 2016 10:06PM UTC
Jobs 3
Files 8
Run time 48s
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
108

push

travis-ci

izaakschroeder
Add `alias` helper.

This allows you to add `resolve.alias` entries easily to your webpack configuration.

For example:

```javascript
compose(
  alias('foo', 'bar'),
  alias('baz', 'qux')
);
```

Will generate:

```javascript
{
  resolve: {
    alias: {
      foo: 'bar',
      baz: 'qux',
    }
  }
}
```

103 of 103 relevant lines covered (100.0%)

4.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 108.1 01 Sep 2016 10:07PM UTC 0
100.0
Travis Job 108.1
2 108.2 01 Sep 2016 10:07PM UTC 0
100.0
Travis Job 108.2
3 108.3 01 Sep 2016 10:06PM UTC 0
100.0
Travis Job 108.3
Source Files on build 108
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #108
  • 490fe00a on github
  • Prev Build on alias (#106)
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