Class: Webpack::Configuration
- Inherits:
-
Object
- Object
- Webpack::Configuration
- Defined in:
- lib/webpack/configuration.rb
Instance Attribute Summary collapse
-
#dev_server ⇒ Object
Returns the value of attribute dev_server.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
Instance Attribute Details
#dev_server ⇒ Object
Returns the value of attribute dev_server.
8 9 10 |
# File 'lib/webpack/configuration.rb', line 8 def dev_server @dev_server end |
#manifest ⇒ Object
Returns the value of attribute manifest.
8 9 10 |
# File 'lib/webpack/configuration.rb', line 8 def manifest @manifest end |