module Webpacker

def self.bootstrap

def self.bootstrap
  Webpacker::Env.load
  Webpacker::Configuration.load
  Webpacker::Manifest.load
end