Module: WebpackStats::Helper

Defined in:
lib/webpack_stats.rb

Instance Method Summary collapse

Instance Method Details

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



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

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