Method: Webpacker::Configuration#source_entry_path
- Defined in:
- lib/webpacker/configuration.rb
#source_entry_path ⇒ Object
38 39 40 |
# File 'lib/webpacker/configuration.rb', line 38 def source_entry_path source_path.join(fetch(:source_entry_path)) end |