This repository was archived by the owner on Sep 14, 2021. It is now read-only.
v31.0.0
<a name"31.0.0">
31.0.0 (2017-10-09)
Features
Breaking Changes
- Webpack config decorators have been removed.
MIGRATION GUIDE:
If you're still using the webpack 1 decorators, you'll first need to migrate to the latest version of webpack. Then, install the separate seek-style-guide-webpack package:
$ npm install --save-dev seek-style-guide-webpack
Finally, update package references in your webpack config:
Before:
require('seek-style-guide/webpack')After:
require('seek-style-guide-webpack')(cdc7a152)