Skip to content

Commit

Permalink
Merge branch 'next' of github.com:webpack/webpack-dev-server into next
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Dec 19, 2017
2 parents d982dd7 + fcfe099 commit 3f54bce
Show file tree
Hide file tree
Showing 3 changed files with 2,561 additions and 236 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require('./lib/polyfills');
require('loud-rejection/register');

const convertArgv = require('webpack/bin/convert-argv');
const convertArgv = require('webpack-cli/bin/convert-argv');
const debug = require('debug')('webpack-dev-server');
const importLocal = require('import-local');
const updateNotifier = require('update-notifier');
Expand Down
Loading

0 comments on commit 3f54bce

Please sign in to comment.