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

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

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
108 alias 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: { a... push 01 Sep 2016 10:06PM UTC izaakschroeder travis-ci pending completion  
106 alias 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: { a... push 01 Sep 2016 10:02PM UTC izaakschroeder travis-ci pending completion  
104 alias 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: { a... push 01 Sep 2016 09:59PM 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