Tomer Sela
Results
2
comments of
Tomer Sela
I also use webpack and d3. I got around this by using script-loader: ``` import d3 from 'd3'; import 'script!d3-flextree/dist/d3-flextree'; ``` Then used `D3.get(that).layout.flextree()` in my module and it works.
We moved out of Heroku few years ago (not because of this error :))