Daniel Kezerashvili
Daniel Kezerashvili
I also have a similar use case as Alexter-progs. I am developing a chrome extension which requires both background.js and inject.js files. At present, there isn't a way for me...
Hi all! Just wanted to check in and see if there are any blocking concerns before merging this in. It would definitely expedite setup for new users
So quick update - it looks like these are being pass through with the line `_(this).extend(_node.properties)`, However this allows one to put what ever they want in a node and...
+1 here - would excellent to have a pyenv addition here
Awesome! I'll take a look this week and write something up
Any update on this?
I also have hit this snag. It would be great if we could merge proptypes with spread operators / Object.assign
This would be excellent to have merged if possible - just implemented my own (less good) solution here https://github.com/jakubroztocil/rrule/pull/398. Having this would really expand the ability to use this library...
I am also having the same issue. Edit: I have created a one off webpack config that has my aliases in it. Unfortunately that also did not work. Edit 2:...
Looking into it more, the `babel-plugin-webpack-alias` explicitly exits if the callee is not a require statement. https://github.com/trayio/babel-plugin-webpack-alias/blob/master/src/index.js#L139 I'm going to open up an issue over there to see if there...