Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: config group to pure function and move away from group design #1811

Merged
merged 9 commits into from
Sep 21, 2020
Prev Previous commit
Next Next commit
chore: fix typo
  • Loading branch information
anshumanv committed Sep 20, 2020
commit a1bf24d218270d0b9d71b7b1047853fa661dca7e
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/groups/ConfigGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let opts = {
options: {},
};

// Return a list of default configs in various forrmats
// Return a list of default configs in various formats
const getDefaultConfigFiles = () => {
return DEFAULT_CONFIG_LOC.map((filename) => {
// Since .cjs is not available on interpret side add it manually to default config extension list
Expand Down