cjihrig / noops

Deploy an API server as multiple AWS lambda functions
MIT License
9 stars 1 forks source link

Use a browserify transform in the bundler #3

Open cjihrig opened 8 years ago

cjihrig commented 8 years ago

Right now, \n; module.exports.__main = ${__main.toString()} is appended to the bundle using file system operations. This would be better as an in-memory transform if possible.

sbuzonas commented 7 years ago

Is this still a valid issue with the commit that switches from Browserify to Lambundler?

cjihrig commented 7 years ago

Yea, it's still valid. It refers to this code.