Skip to content

Latest commit

History

History
17 lines (11 loc) 路 396 Bytes

Building.md

File metadata and controls

17 lines (11 loc) 路 396 Bytes

Building via Webpack 2

Thanks to Webpack 2, we can easily compile our application into a few tiny static files. The entire codebase compiles down into a 365kb build direcotry for me, and it will easily be able to get even slimmer once I begin optimizing it.

Running the compiler

using yarn

yarn build

using npm

npm run build