TimSpeelman / in4392-lab

0 stars 1 forks source link

Automate webpack config #26

Closed TimSpeelman closed 6 years ago

TimSpeelman commented 6 years ago

Webpack will build each directory in packages/ such that packages/[name]/index.ts ends up in dist/[name]/index.js .

PhilipeLouchtch commented 6 years ago

🙌

TimSpeelman commented 6 years ago

@PhilipeLouchtch added the newline and a tweak to make the outputted code compatible with lambdas. Please merge if approved.