class Webpack::Rails::Manifest::WebpackError

Raised if webpack couldn't build one of your entry points

Public Class Methods

new(errors) click to toggle source
Calls superclass method
# File lib/webpack/rails/manifest.rb, line 17
def initialize(errors)
  super "Error in webpack compile, details follow below:\n#{errors.join("\n\n")}"
end