module Webpacker
Constants
- VERSION
Change the version in package.json too, please!
Public Instance Methods
instance()
click to toggle source
# File lib/webpacker-for-component.rb, line 12 def instance @instance ||= Webpacker::Instance.new end
instance=(instance)
click to toggle source
# File lib/webpacker-for-component.rb, line 8 def instance=(instance) @instance = instance end