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

pending completion
114

push

travis-ci

izaakschroeder
Add `root` helper.

Control the value of `resolve.root` easily.

Using:

```javascript
compose(
  root('foo'),
  root('bar')
);
```

Results in:

```javascript
{
  resolve: {
    root: [
      'foo',
      'bar',
    ],
  },
}
```

111 of 111 relevant lines covered (100.0%)

4.97 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
114 root Add `root` helper. Control the value of `resolve.root` easily. Using: ```javascript compose( root('foo'), root('bar') ); ``` Results in: ```javascript { resolve: { root: [ 'foo', 'bar', ], }, } ``` push 01 Sep 2016 10:47PM 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