Proposal: Babel + Lerna + Webpack combo #21
Labels
bounty
Should be or already bountied out
enhancement
New feature or request
help wanted
Extra attention is needed
Here's an idea to help the build process. Utilize babel and lerna to build a production output. It will be 1000% better than whatever the goofy gulp script was doing.
Please give your thoughts once you see my arguments and examples.
window.web3
for someone without webpack or to put on CDNAdd babel to each project:
./install.zsh
In every
./packages/*/package.json
|| true
in development stops npm errors while in production it will force errors. This is desirable in development.In
./package.json
Run
dev-build
orprd-build
on every package with lerna:Webpack the build easily for someone without webpack. e.g.
window.web3
Add package.json browser tag if not in there:
https://docs.npmjs.com/files/package.json#browser
The text was updated successfully, but these errors were encountered: