Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v31.0.0

Choose a tag to compare

@markdalgleish markdalgleish released this 09 Oct 00:20

<a name"31.0.0">

31.0.0 (2017-10-09)

Features

  • webpack: Upgrade to webpack 3, remove webpack 1 decorators (#341) (cdc7a152)

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)