jpmorganchase / modular

A modular front end development framework

Home Page:https://modular.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App / Package build consistency

LukeSheard opened this issue · comments

Currently app type packages are built and the build directory generated is copied as the dist/{packageName} folder when outputted. However packages follow a dist/{packageName/{dist-es|dist-cjs} format with a package.json in the folder - this is also the case for view types. We should align these and copy the package.json into the dist/{packageName} folder for an app and put the build output into the dist folder.