Module: Webpacker
- Extended by:
- Webpacker
- Included in:
- Webpacker
- Defined in:
- lib/webpacker-for-component.rb,
lib/webpacker-for-component/version.rb
Defined Under Namespace
Modules: Helper Classes: Commands, Compiler, Configuration, DevServer, DevServerProxy, Engine, Instance, Manifest
Constant Summary collapse
- VERSION =
Change the version in package.json too, please!
"1.1.0"
Instance Method Summary collapse
Instance Method Details
#instance ⇒ Object
12 13 14 |
# File 'lib/webpacker-for-component.rb', line 12 def instance @instance ||= Webpacker::Instance.new end |
#instance=(instance) ⇒ Object
8 9 10 |
# File 'lib/webpacker-for-component.rb', line 8 def instance=(instance) @instance = instance end |