Darcy
Results
2
comments of
Darcy
@aaronbeall's solution works for xrange series, but @lorezzed 's does not, as webpack can't resolve the module. Update: adding `'highcharts-xrange-series': path.resolve(__dirname, 'node_modules/highcharts/modules/xrange-series.js')` to webpack's resolve.alias seems to have fixed this.
+1 to this. Context: I inherited a Flux project that was created without the use of Flow. I'm now going back through the docs with the intent of tightening up...