Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Added bundle analyzer #23

Merged
merged 1 commit into from
Apr 14, 2017
Merged

Added bundle analyzer #23

merged 1 commit into from
Apr 14, 2017

Conversation

jtmthf
Copy link
Contributor

@jtmthf jtmthf commented Apr 13, 2017

Webpack Bundle Analyzer is a tool that would be useful to have in any project that cares about optimizing their bundle size. This setup by default generates a report.html inside dist on the browser production build. I set the openAnalzyer: boolean option to be configured from config/project.js so that users can change it without editing kit. If set to true, the report will be automatically opened in the users default browser after each build. If it would be better, I can remove the external configuration controls.

@leebenson leebenson merged commit b540bd1 into leebenson:master Apr 14, 2017
@leebenson
Copy link
Owner

good work @jtmthf!

leebenson added a commit that referenced this pull request Apr 14, 2017
2.1.1 - 2017-04-14
------------------------------------------------------------
* Adds [Webpack Bundle
Analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer)
reporting per #23, on `npm run build`
@jtmthf jtmthf deleted the bundle_analyzer branch April 15, 2017 08:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants