Skip to content

Commit 16c7708

Browse files
committed
Require logger in time for webpack
1 parent 815ab61 commit 16c7708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/webpack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
88
Pathname.new(__FILE__).realpath)
99

1010
require "rubygems"
11+
require "logger"
1112
require "bundler/setup"
1213

1314
require "webpacker"

0 commit comments

Comments
 (0)