Module: WebpackStats::Helper

Defined in:
lib/webpack_stats.rb

Instance Method Summary collapse

Instance Method Details

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



48
49
50
# File 'lib/webpack_stats.rb', line 48

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