Closed TimSpeelman closed 6 years ago
Webpack will build each directory in packages/ such that packages/[name]/index.ts ends up in dist/[name]/index.js .
packages/[name]/index.ts
dist/[name]/index.js
🙌
@PhilipeLouchtch added the newline and a tweak to make the outputted code compatible with lambdas. Please merge if approved.
Webpack will build each directory in packages/ such that
packages/[name]/index.ts
ends up indist/[name]/index.js
.