-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature: add compiler output options support for hash #121
Comments
Has there been any progress on this? Anything needed? It would be nice to support |
Should be solved on webpack side |
No, it is won't fix, we can't calculate hash of build on loader side |
@rightaway it is won't fix, no need issues, you can use |
@evilebottnawi I'm using |
Hi!
It will be cool if loader will support output options of webpack, especially options for hash like as
hashDigestLength
. It is very useful if I should have the same length for all files after compilation. But now, I should set the same setting for all loaders that using loader-utils for processing files in core.According to my opinion I should stay here proof based on webpack documentation (https://webpack.js.org/configuration/output/#output-filename):
The main word is globally, I expect that global scope is including loaders too.
The text was updated successfully, but these errors were encountered: