figwheel-main

2022-02-16T19:35:13.426619Z

I looked briefly at the codebase and couldn’t see any reason this wouldn’t be passed along.

neumann 2022-02-16T21:14:14.087359Z

@mikerod Would you mind sharing where you looked? I thought about taking a look at the code myself, but I wasn't sure where to start. Also, when I have a chance, I'll try to create a minimalist reproduction.

2022-02-17T04:08:02.526519Z

I only did a search for :externs in the codebase & also looked a little at where it was messing with cljs compiler options. Nothing struck me as special with regards to this key.

2022-02-17T04:08:25.443889Z

Having a smaller reproduction may be insightful. Could even try launching a repl within the fig main codebase to see where it may be lost if it is.

neumann 2022-02-17T20:47:38.738419Z

OK. I'll have a look around. Thanks!