Skip to content

Commit

Permalink
fix(init): fix the invalid package name
Browse files Browse the repository at this point in the history
fix invalid package name

ISSUES CLOSED: webpack#1227
  • Loading branch information
anshumanv committed Feb 16, 2020
1 parent 8c3a66d commit 3e22508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpack-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { groups } = require('./utils/cli-flags');
const webpackMerge = require('webpack-merge');

const defaultCommands = {
create: 'init',
init: 'init',
loader: 'generate-loader',
plugin: 'generate-plugin',
info: 'info',
Expand Down

0 comments on commit 3e22508

Please sign in to comment.