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

Latest released version doesn't include webpack-log dependency #3

Open
ragesoss opened this issue Oct 13, 2021 · 0 comments
Open

Latest released version doesn't include webpack-log dependency #3

ragesoss opened this issue Oct 13, 2021 · 0 comments

Comments

@ragesoss
Copy link

I've been using this alongside webpack-dev-server, but I've run into a dependency problem when upgrading to webpack-dev-server version 4, since that package no longer has webpack-log as a dependency.

It looks like this problem is already fixed in your repo (by moving webpack-log from devDependency to just dependency), but the fix is not included in the 0.1.1 release on NPM.

(That dependency could also be removed altogether by using the now-built-in Webpack Logger API, but it would only work with Webpack 4.39 or newer. https://webpack.js.org/api/logging/#examples-of-how-to-get-and-use-webpack-logger-in-loaders-and-plugins )

ragesoss added a commit to WikiEducationFoundation/WikiEduDashboard that referenced this issue Jan 24, 2022
To be compatible with version 4, I also had to switch to an unreleased version of webpack-exclude-assets-plugin, per klaytonfaria/webpack-exclude-assets-plugin#3

Since webpack-exclude-assets-plugin appears to be unmaintained, we should probably find another way to avoid generating useless `.styl` during the webpack build.
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

1 participant