Files
serverless-webpack/examples/typescript
Frank Schmid be20b6db5e Update examples (#259)
* Updated TypeScript example

* Updated offline example

* Updated multiple statically example

* Updated include npm example

* Update babel example

* Updated dynamic example

* Updated babel multi static example
2017-10-31 15:14:54 +01:00
..
2016-08-18 16:19:28 +02:00
2016-08-18 16:19:28 +02:00
2017-10-31 15:14:54 +01:00
2017-10-31 15:14:54 +01:00
2017-08-02 20:58:17 -03:00
2017-10-31 15:14:54 +01:00
2017-10-31 15:14:54 +01:00
2017-10-31 15:14:54 +01:00

Important:

The strange lib array in tsconfig.json is needed because of an issue in the TS
GraphQL libraries: https://github.com/apollographql/graphql-subscriptions/issues/83

Regardless if you use it or not, the build will fail without them!
The lib configuration can and should be removed as soon as the issue has been fixed.