Skip to content

Commit 83e423a

Browse files
committed
Another work around on missing logger problem via webpacker
https://github.com/rubycentral/cfp-app/actions/runs/12998290790/job/36251128952?pr=443
1 parent 9db3cf5 commit 83e423a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/webpacker

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
require "pathname"
44
require "bundler/setup"
5+
6+
# Working around on missing logger problem by requiring "logger" earlier than "webpacker"...
7+
require "logger"
8+
59
require "webpacker"
610
require "webpacker/webpack_runner"
711

0 commit comments

Comments
 (0)