Module: WebpackStats::Helper

Defined in:
lib/webpack_stats.rb

Instance Method Summary collapse

Instance Method Details

#compute_asset_path(source, options = {}) ⇒ Object



52
53
54
# File 'lib/webpack_stats.rb', line 52

def compute_asset_path source, options = {}
  WebpackStats.assets[source] || super
end