Chris Paton

Results 15 comments of Chris Paton

I too would like to know the answer to this. It's frustrating that even if there are no reasons for it, a patch release is generated, at least.

Hey there, just wondering if there is much left in this PR? Is there help needed getting this across the line?

It would be great to see detailed API documentation and/or TypeScript added to this project. It is quite a lot of effort to find out what properties certain objects have...

Hey @lppedd what more work do you think would need to be done to get your typings work into DefinitelyTyped?

I had a similar issue and raised it here https://github.com/serverless/event-gateway-example/issues/25. Can close though as it's basically this.

@anricoj1 do you have a link to that discussion?

Cool! Will make those changes later. :)

Using babelify and trying to run a function, I get the following error: ``` class ServerlessOptimizer extends S.classes.Plugin { ^ TypeError: Cannot read property 'Plugin' of undefined at module.exports.S.classes.Plugin.browserify._this.config.requires.map._this.config.plugins.map._this.config.transforms.map._this.config.exclude.forEach (/Users/CP/Development/project/node_modules/serverless-optimizer-plugin/index.js:20:46)...

So should I not have anything in my `s-project.json`, @martinmicunda? The docs suggest the following format: ``` { "name": "projectName", "custom": {}, // For plugin authors to add any properties...