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

Make Webpack watch files out of it's dependency graph #1

Open
zmrhaljiri opened this issue May 27, 2019 · 0 comments
Open

Make Webpack watch files out of it's dependency graph #1

zmrhaljiri opened this issue May 27, 2019 · 0 comments
Labels
feature request New feature or request

Comments

@zmrhaljiri
Copy link
Owner

Watching files and making certain operations to it (after saving) could be applied also to files that are not specified in entry files or imported by files in the dependency graph.

For example, files in /api folder are not imported (so Webpack does not know about it), but it's still important to lint it on save or while running formatting NPM task.

Discover if it's possible to solve it via Webpack or some plugins. Otherwise it would be needed to implement a task runner and perhaps separate linting from Webpack - that I'd like to avoid.

@zmrhaljiri zmrhaljiri added the feature request New feature or request label May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant