``` import 'lib/custom.modernizr3' ``` results in ``` require('./lib/custom.modernizr3.modernizr3'); ``` when I change it to not have the '.' in the middle, it works great.
results in
when I change it to not have the '.' in the middle, it works great.