You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at moving our application off of my gem webpack-rails and on to webpacker and also writing a guide for others to do so, with the intention of sunsetting webpack-rails.
Our application builds the sprockets assets and webpack assets separately. By doing so, we can do some clever caching to avoid having to build our webpack assets (which takes ~40s in CI) on every CI build. I'd like to preserve this behaviour.
I'd like to submit a pull request to add an option to config/webpacker.yml that disables the Rake::Task[*].enhance calls in webpacker.
Would this be acceptable?
The text was updated successfully, but these errors were encountered:
Hi,
I'm looking at moving our application off of my gem webpack-rails and on to webpacker and also writing a guide for others to do so, with the intention of sunsetting webpack-rails.
Our application builds the sprockets assets and webpack assets separately. By doing so, we can do some clever caching to avoid having to build our webpack assets (which takes ~40s in CI) on every CI build. I'd like to preserve this behaviour.
I'd like to submit a pull request to add an option to
config/webpacker.yml
that disables theRake::Task[*].enhance
calls in webpacker.Would this be acceptable?
The text was updated successfully, but these errors were encountered: