lib/tasks/assets.rake in react_on_rails-14.0.2 vs lib/tasks/assets.rake in react_on_rails-14.0.3
- old
+ new
@@ -3,10 +3,10 @@
# rubocop:disable Metrics/BlockLength
namespace :react_on_rails do
namespace :assets do
desc <<~DESC
If config.build_production_command is defined, this command is automatically
- added to task assets:precompile and the regular webpacker compile will not run.
+ added to task assets:precompile and the regular packer compile will not run.
The defined command is either a script or a module with a method `call`.
DESC
task webpack: :locale do
build_production_command = ReactOnRails.configuration.build_production_command
if build_production_command.present?