Closed cristijora closed 6 years ago
As discussed in #5 these changes basically replace webpack with POI and a rollup wrapper. You can easily:
yarn install yarn run dev to run dev example yarn run build to produce 3 bundles (commonjs, esm and umd)
yarn install
yarn run dev
yarn run build
Only the rollup bundler alone produces reduces the bundle from 12 to 7kb (minified) without any code changes
As discussed in #5 these changes basically replace webpack with POI and a rollup wrapper. You can easily:
yarn install
yarn run dev
to run dev exampleyarn run build
to produce 3 bundles (commonjs, esm and umd)Only the rollup bundler alone produces reduces the bundle from 12 to 7kb (minified) without any code changes