When I try to import CSS via webpack(import (./index.css)) I\'m getting this error:
3: import \'./index.css\'; ^^^^^^^^^^^^^ ./index.css. Required modu
Thanks @MoOx, this is great!! Any suggestions on a stub for webpack bundle loader?
I was thinking something like this...
module.name_mapper='^bundle?[a-zA-Z0-9$_]+$' -> '/flow/stubs/bundle-loader.js.flow' require('bundle?lazy&name=bundleName!path/to/file')