-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
How can I make webpack compile all file in the packs
folder
#226
Comments
There is a PR for it #201 |
Will I be able to gracefully upgrade these new changes to my webpacker once the PR is merged? |
Assuming you are using webpacker 1.1+, It's just modification to shared.js. Hence you will need to rerun Alternatively, you can copy this commit (https://github.com/rails/webpacker/pull/201/files) to your shared.js and start using it. |
If you re-run installer later it will ignore the files if they are identical so, you can just add it as @ytbryan suggested and re-run installer whenever the gem gets updated. |
The PR has been merged. Please consider closing this. |
I get the following error when I replace the shared.js with the changes in the pr:
|
@ankitrg Please close this issue, this feature is in master now. You have to re-run |
Currently, only the top level files are compiled and not the files inside the sub folder. How can I make the watcher look for any of the files?
The text was updated successfully, but these errors were encountered: