Commit ff007df
authored
Fix Logger error on webpack (#613)
On a fresh Ubuntu 22.04 install, following
the README, I encounter two errors in webpacking.
The first is that a `Logger` object is not
present, which I resolved by importing it
in the webpack binary.
```
<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
```1 parent 5ab88ff commit ff007df
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments