class Webpack::Manifest::Configuration
Attributes
cache[RW]
url[RW]
Public Class Methods
new()
click to toggle source
# File lib/webpack/manifest/configuration.rb, line 7 def initialize @url = ENV.fetch("WEBPACK_MANIFEST_URL") { "/path/to/manifest.json" } @cache = ENV.fetch("WEBPACK_MANIFEST_CACHE", false) end