Gajus Kuizinas
Gajus Kuizinas
Any plans on addressing this? Currently it makes the plugin not usable with webpack v4.
Oh, so it works with `mini-css-extract-plugin@^0.2.0`. Gotcha. I misunderstood what the issue is about. Thank you.
I want to elaborate on how this is integrates into a project. Just so that we are all on the same page. Lets start with a typical CSS module setup....
@tomhodgins made a good suggestion that left my mind. As a compromise, in context of React applications at least, you can write CSS inside a component. Using `css-loader`, consumer can...
@IanEdington Did you end up developing / open-sourcing anything to help with styled-components adoption?
I would appreciate that. I spent couple of hours playing with styled-components and Mjml and couldn't make it work.
> @gajus I got the go ahead to open source a couple of our mjml tools. I should be able to get them up early next week Please ping in...
> Sorry for the delay on this. I'm trying to prioritize this work. Any chance you could share whatever MVP you've got, even it isn't polished?
@IanEdington Any luck?
`create-index` is used to create index only of files that `export default`. Your code (`export * as queen from './queen';`) creates an object mapping all named exports. Adding this behaviour...