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

Not working with latest webpack #115

Closed
Surendrajat opened this issue Feb 5, 2021 · 1 comment · Fixed by #119
Closed

Not working with latest webpack #115

Surendrajat opened this issue Feb 5, 2021 · 1 comment · Fixed by #119
Labels
dep Dependency related issue or PR

Comments

@Surendrajat
Copy link
Member

Describe the bug
Extension builds fine but fails to start in debug mode(watch) with the latest webpack & webpack-cli.

To Reproduce
Update these deps and press F5

Expected behavior
Extension should start just fine.

@Surendrajat Surendrajat added the dep Dependency related issue or PR label Feb 5, 2021
@Surendrajat Surendrajat changed the title Not working with latest webpack[-cli] Not working with latest webpack Feb 5, 2021
@Surendrajat Surendrajat added good first issue Good for newcomers build Extension packaging/building related issues and removed build Extension packaging/building related issues labels Feb 5, 2021
@Surendrajat
Copy link
Member Author

Surendrajat commented Feb 6, 2021

It turned out to be a problem-matcher issue with webpack-cli@5.3.1+ due to reduced logs(microsoft/vscode-generator-code#239).
Need to wait until it's resolved in that extension(eamodio/vscode-tsl-problem-matcher#4) and/or upstream(webpack/webpack-cli#2374).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep Dependency related issue or PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant