You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ webpack-dev-server --config .dev/webpack.config.js --colors
webpack-dev-server 3.0.0-alpha6
webpack 4.0.0-alpha.4
Usage: https://webpack.js.org/configuration/dev-server/
Unknown argument: config
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with signal "SIGTERM".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "dev" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It doesn't even show up any longer on npx webpack-dev-server --help. Did it move somewhere else or was the name changed?
The text was updated successfully, but these errors were encountered:
drcmda
changed the title
Did WDS loose the "config" arg?
Did WDS drop the "config" arg?
Jan 8, 2018
@drcmda per #1259 we're having yargs issues. also note that the peerDeps for this module don't state support for the webpack@next versions. consider it unsupported at this time.
It doesn't even show up any longer on
npx webpack-dev-server --help
. Did it move somewhere else or was the name changed?The text was updated successfully, but these errors were encountered: