The style field helps other utilities such as PostCSS locate the entry point for your module, so I can do things like @import 'loaders.css'; in my own css and PostCSS will pull this module into my build.
The main field was pointing to a non-existant file so I've updated that as well.
The style field helps other utilities such as PostCSS locate the entry point for your module, so I can do things like
@import 'loaders.css';
in my own css and PostCSS will pull this module into my build.The
main
field was pointing to a non-existant file so I've updated that as well.