philcockfield / ui-harness

Create, isolate and test modular UI components in React.
http://uiharness.com
MIT License
268 stars 14 forks source link

Upgrade to webpack 2.0 and deps #99

Closed frederickfogerty closed 8 years ago

mention-bot commented 8 years ago

@frederickfogerty, thanks for your PR! By analyzing the annotation information on this pull request, we identified @philcockfield to be a potential reviewer

philcockfield commented 8 years ago

Cool @frederickfogerty . And tree-shaking just comes along for free with the 2.0 version of webpack? Didn't see any specific configuration settings, or was that the

  new webpack.LoaderOptionsPlugin({ minimize: true })

?

philcockfield commented 8 years ago

👍 LGTM.

frederickfogerty commented 8 years ago

Before image

After image