oysterprotocol / oyster-streamable

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

Update Build Process for Bundle #12

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.

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

The /dist folder has the bundle in it. We probably shouldn't serve /build and instead just let people compile it themselves. If you remove /build I think we'll be good.

Also I guess we should add it to the gitignore?

AaronVasquez commented 6 years ago

@jfarago can you please take a look at this as well. You know about the build process more than I do.

CKH4 commented 6 years ago

I'm closing this for now. Will reopen when it is up to date with master.

Edit. Actually going to toss this fork. Its easier to undo the mess I've made on my local machine.