Ellis Berner
Ellis Berner
@skwp I'm running into the same issue. What did you find?
I thought this was for adding spaces after comments. Personally I prefer this style. ``` # def foo # bar # end ```
I also have run into this issue exactly as @diafygi has described.
I'm in agreement. I'm more in favor of removing the dynamic features from these configs. There should be one default config and each derivation directly overrides the configuration options. It...
Why couldn't you use babel-loader instead of jsx-loader? That will give you a lot more ES6 features. Node is pretty much guaranteed to throw a message about the file being...
What is the `?` doing? It loads './config/app.jsx?main'. I couldn't find anything in the documentation about passing a query parameter to an entry.
Possible, but a crying shame.
@wurstmeister any traction on this?
That idea isn't excluded by what I suggested. I can imagine a user would send as many access tokens as the client is wanting to support. Maybe the user could...