samvera-labs / openseadragon-react-viewer

A React wrapper around the OpenSeadragon viewer which extends viewer functionality.
https://samvera-labs.github.io/openseadragon-react-viewer/
27 stars 7 forks source link

Reduce webpack bundle size #2

Closed adamjarling closed 4 years ago

adamjarling commented 4 years ago

Description

Current webpack bundle size is too large, and throws warnings. Reduce the bundle size to eliminate webpack warnings:

image

Done looks like

adamjarling commented 4 years ago

Closing. New Rollup bundling makes this irrelevant.