Heath Morrison

Results 18 comments of Heath Morrison

@jonschlinkert I saw that, but it doesn't answer my question. I believe the examples I wrote above demonstrate how you can use either library to accomplish the same behavior as...

Hey, I'm using Webpack as well, and want to mention that PR #153 has doubled my webpack build size, presumably because, due to the use of a runtime var, Webpack...

Webpack 3, and experienced both with and without uglify enabled. The specific webpack settings I'm using are those generated by the VueJs CLI 3 boilerplate.

Just upgraded to zoid@9 and still facing this. It seems that changes since zoid@7 now prevent an import of `zoid/dist/zoid.frame`, but I've got it working by changing to require: `require('zoid/dist/zoid.frame')`......

@KyorCode I can't remember the reason, but we are using currently `require('zoid/dist/zoid.frameworks')`

So, good news: I've ported my test case over to the latest zoid and can no longer reproduce it there. Later this week I'll revert the workaround we put in...

I encountered this as well. The README seems wrong in a trivial way: the `clientID` option should be `client_id`. These options are passed directly through to the Google API.

Thank you, @gabegorelick !