Tom Maslen

Results 7 issues of Tom Maslen

This feature allows users to output a sourcemap with the generated minified file. This will then lead to stack traces pointing to lines in the original source files, this makes...

Hi, This is a request which I think would make a great feature to this very useful plugin. Could you optionally expose browserify's debug option, this would allow users to...

Hi, Any chance that you could provide examples in NodeJS? Thanks, /t

When running with version 1.33 and over the serverless process exits killing the local server. This means the express instance is stopped and nothing is bound to the port. Must...

Hello again, Have you thought about supporting cookies? The lambda I'm developing interacts with the cookie header. I'll also create a PR for this if you're interested? Thanks, /t

Hello again, Have you thought about providing HTTPS support? I got a crude version working by adding this code into `Server.js`... ``` const https = require('https'); const fs = require('fs');...