class Webpacker::Compiler

def default_watched_paths

def default_watched_paths
  [
    *config.additional_paths_globbed,
    config.source_path_globbed,
    "yarn.lock", "package.json",
    "config/webpack/**/*"
  ].freeze
end