andymikulski / nES6

NES emulator written in ES6
Other
4 stars 1 forks source link

Profile webpack bundle #18

Open andymikulski opened 7 years ago

andymikulski commented 7 years ago

Right now, Webpack is spitting out a 540kb* min'd JS file, which is a little bigger than I'd like. We can take steps to analyze what is being included in the bundle and..... go from there, I guess. We can use webpack-bundle-analyzer.

* Note: Building with the ADVANCED Closure Compiler setting drops it down to the ~350KB range, which is better, however then the app doesn't actually run for some reason.