-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Adding file-loader dependency. #15344
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
Adding file-loader dependency. #15344
Conversation
@weaverryan can you please verify this PR? Thanks |
I remember having to do this in some app ... but I don't know if it's still needed in all cases. Maybe @Kocal knows if this is still needed? Thanks! |
Hi! Indeed, However, I think we prefer to write the following text when enabling a feature, instead of
This text is used on:
But not on:
WDYT? |
Hi! Having a consistent approach across the documentation is also important, so please let me know which path you'd like to take and I can update appropriate parts as needed! |
Thanks Hugo! Great and helpful answer as always! @piotrgradzinski given how fast things can change, I agree with @Kocal and we should use the standard message that tells the reader to just do what Webpack Encore tells them to do. Otherwise, maintenance will be harder. Could you please do that change? Thanks! |
Copy filesOk, I've pushed changed version for For the other parts I have some issues: Post CSSSkipping this step
What should be done in this case? Leaving only ReactJSSimilar question. In the docs we are suggesting to install:
skipping this step results in a suggestion that only |
Copy filesLooks good to me, thanks! PostCSSThe thing is that you don't need
ReactI think you can remove
WDYT? |
Hi @Kocal ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
@piotrgradzinski thanks, that looks nice to me! :) |
This was a great team effort 💪 Thank you all! @piotrgradzinski thanks a lot for taking care of all suggestions made during the review process and congrats on your first Symfony Docs contribution 🎉 Thanks @Kocal, @weaverryan and @OskarStark for your reviews 🙏 |
e18bdc8
to
dfacedc
Compare
When trying to follow the steps described in
frontend/encore/copy-files.html
I'm getting an error related to the missingfile-loader
dependency. Adding it viayarn
fixes the issue. I've updated this part of the documentation to make this part easier to implement.