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

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

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Ran 01 Sep 2016 09:59PM UTC
Jobs 3
Files 8
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
104

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',
    }
  }
}
```

102 of 102 relevant lines covered (100.0%)

4.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 104.1 01 Sep 2016 10:01PM UTC 0
100.0
Travis Job 104.1
2 104.2 01 Sep 2016 10:00PM UTC 0
100.0
Travis Job 104.2
3 104.3 01 Sep 2016 09:59PM UTC 0
100.0
Travis Job 104.3
Source Files on build 104
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #104
  • b07c879b on github
  • Next 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