Skip to content

build: Enable optimizations in production

Enables build optimizations and --aot to take advantage of smaller bundle sizes

Building master: Screenshot_from_2020-09-28_20-59-29

Building MR: Screenshot_from_2020-09-28_21-02-32

resulting in a 10.63% smaller bundle size. This should be noticeable to users with slower connections

(to get the analysis just build the application by passing --stats-json flag and then run npx webpack-bundle-analyzer dist/stats.json)

Closes #293 (closed)

Merge request reports