synapse-wireless-labs / component-lab

A component development and testing tool built for Angular, inspired by React Storybook.
79 stars 16 forks source link

Update to latest Webpack #10

Closed cgatian closed 7 years ago

cgatian commented 7 years ago

Update Webpack and Webpack-Dev-Server to the latest versions. Beta is missing some configuration options such as performance which throws errors on compilation.

Also, it might be good to make Webpack a peer dependency since the user will be supplying their own webpack.config. Not sure though, haven't used peer dependencies before.

isaacplmann commented 7 years ago

I think this PR does it #12

cgatian commented 7 years ago

@isaacplmann Yes!!! 👍