Is broccoli-debug working with Embroider?
Using return new BroccoliDebug(inputNode, "foo:bar"); in one of the treeForX addon methods used to produce DEBUG/foo/bar directories when running BROCCOLI_DEBUG=* yarn build on a classic build, but these DEBUG directories do not exist anymore under an embroider build…
Is
broccoli-debugworking with Embroider?Using
return new BroccoliDebug(inputNode, "foo:bar");in one of thetreeForXaddon methods used to produceDEBUG/foo/bardirectories when runningBROCCOLI_DEBUG=* yarn buildon a classic build, but these DEBUG directories do not exist anymore under an embroider build…