Andrew

Results 11 comments of Andrew
trafficstars

Downgrading to v1.1.7 worked whilst v1.1.8 (and v1.1.9) errored. I noticed that with v1.1.7, running `sls package` will create symlinks for the `.build/node_modules` directory. Using v1.1.8 (or v1.1.9) it's no...

I spent a bit of time on it on the weekend and I also think it's the former. I can create a function under `src/functions/` and it will run when...

Been playing around with it a bit more. I'm not sure how @jangerhofer reproduced the issue but issue seems to be related to importing specific modules. Importing a module from...

Looking into this further it appears to be related to peer dependencies. `dynogels-promisified` has a peer dependency on `dynogels` which wasn't being packed as an external dependency. If I explicitly...

Hi jayair, yes I did see the reference on it in `serverless-webpack`. Haven't tested whether it works properly without using the webpack configuration provided by your generator to isolate the...

R u talking about removing `webpack-node-externals`? That didn't work: ``` Error -------------------------------------------------- Cannot find module 'webpack-node-externals' ```

@hammadzz sorry for the late reply. It's been awhile but I think I ended up scrapping ES7. I wanted to use async/await but eventually decided the trouble wasn't worth it.

Is there a solution/workaround for this?

Thanks @joshinator. I considered that path but my project has a backend, frontend, lambdas and shared folder and so I didn't want to corrupt the project by enveloping it with...

I've tried pulling down previous commits and it seems like a change from this commit causes the graph to redraw itself: https://github.com/reactjs/react-chartjs/commit/771a788f44450d2e1968b063c2c319de60599d39