Method: Intro.webpacker
- Defined in:
- lib/intro.rb
.webpacker ⇒ Object
24 25 26 27 28 29 |
# File 'lib/intro.rb', line 24 def webpacker @webpacker ||= ::Webpacker::Instance.new( root_path: Intro::Engine.root, config_path: Intro::Engine.root.join('config', 'webpacker.yml') ) end |