Skip to content

Commit 3812ea1

Browse files
committed
chore: rebase against next branch
2 parents 12aaa96 + 30bc7ad commit 3812ea1

File tree

4 files changed

+140
-71
lines changed

4 files changed

+140
-71
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
[![Downloads][downloads]][downloads-url]
2222
[![lerna][lerna]][lerna-url]
2323
[![GitHub contributors][contributors]][contributors-url]
24+
[![Issue resolution][issue-resolution]][issue-resolution-url]
2425

2526
- [About](#about)
2627
- [How to install](#how-to-install)
@@ -102,6 +103,8 @@ If you like **webpack**, please consider donating to our [Open Collective](https
102103
[deps-url]: https://david-dm.org/webpack/webpack-cli
103104
[downloads]: https://img.shields.io/npm/dw/webpack-cli.svg
104105
[downloads-url]: https://www.npmjs.com/package/webpack-cli
106+
[issue-resolution]: https://isitmaintained.com/badge/resolution/webpack/webpack-cli.svg
107+
[issue-resolution-url]: https://github.com/webpack/webpack-cli/issues
105108
[lerna]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
106109
[lerna-url]: http://www.lernajs.io/
107110
[npm]: https://img.shields.io/npm/v/webpack-cli.svg

lib/groups/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ConfigGroup extends GroupHelper {
6767
if (config) {
6868
//TODO: check for existence, give user feedback otherwise
6969
const configPath = path.resolve(process.cwd(), config);
70-
const ext = getConfigExtension(configPath);
70+
const ext = this.getConfigExtension(configPath);
7171
this.configFiles = {
7272
path: configPath,
7373
ext,

0 commit comments

Comments
 (0)