link-media-html-webpack-plugin
link-media-html-webpack-plugin copied to clipboard
Figure out why @import CSS can't be extracted
It's kind of annoying to have to require each CSS file separately in your entry JS file for this to work... it'd be a lot nicer to declare them as @import statements inside primary CSS file and have ExtractTextPlugin handle it.