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

upgrading webpack-dev-server #4

Closed
headwinds opened this issue Oct 16, 2019 · 2 comments
Closed

upgrading webpack-dev-server #4

headwinds opened this issue Oct 16, 2019 · 2 comments

Comments

@headwinds
Copy link

I couldn't get yarn start to work since it complained about webpack-cli/bin/config-yargs

I followed this thread to update webpack-dev-server and since I was updating it, I thought I might as well update typescript, ts-loader, & webpack-cli too

I'll create a fork for this changes and do a PR if that's cool...

changes:

"devDependencies": {
		"copy-webpack-plugin": "^4.5.2",
		"file-loader": "^1.1.11",
		"fork-ts-checker-webpack-plugin": "^1.3.7",
		"less": "^3.8.0",
		"less-loader": "^4.1.0",
		"less-plugin-clean-css": "^1.5.1",
		"rimraf": "^2.6.2",
		"ts-loader": "6.2.0",
		"typescript": "3.6.4",
		"webpack": "^4.16.3",
		"webpack-cli": "3.3.9",
		"webpack-dev-server": "3.7.1" 
	}
@lexey111
Copy link
Owner

yes, thank you, i'd be appreciated.

@azhanali
Copy link

It works fine in these versions too:-
"webpack": "^5.4.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.7.1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants