class Webpacker::Compiler

def default_watched_paths

def default_watched_paths
  [
    *config.resolved_paths_globbed,
    "#{config.source_path.relative_path_from(Rails.root)}/**/*",
    "yarn.lock", "package.json",
    "config/webpack/**/*"
  ].freeze
end