Robin
Robin
Not sure I'd do it this way. Maybe better to implement this in term of what people usually are looking for. Something like an `Order` that you have to pay....
OK great :smile:
Will you do it in this PR or you want this merged first and do a new one later?
Hi @zacksiri we're looking at it. We'll report back once we find a fix.
It seems this is related to this issue: https://github.com/webpack/webpack/issues/965 You need `json-loader` that you configure like so: ``` preLoaders: [ { test: /\.json$/, loader: 'json'}, ], ``` Let me know...