oysterprotocol / oyster-streamable

Streamable implementation of the Oyster protocol. WIP!
4 stars 0 forks source link

[WIP] Update Build Process for Bundle #16

Closed CKH4 closed 6 years ago

CKH4 commented 6 years ago

Webpack to bundle yarn bundle / npm run bundle

/dist is now /build and /dist now contains the bundle. /build is now included in .gitignore (only bundle is shipped)

For when we do development bundles there is the start of using webpack-bundle-analyzer

Current bundle size is 565kb.

CKH4 commented 6 years ago

Going to revise this to use babel-loader. Maybe it will integrate better into the current system.