Skip to content

v1.8.6

Choose a tag to compare

@JFusco JFusco released this 04 Mar 11:37
· 13 commits to master since this release

Minor Release

Updates
  • Update Jest and test suite to use snapshots
  • Update webpack and remove loaders and add rules, update to 2.2.1
  • Add in new style-loader, css-loader and sass-loader rules
  • Update and modify ExtractTextPlugin in webpack
  • Remove '' in extensions because webpack does not require it anymore
  • Remove Dedupe plugin as webpack has deprecated this. Add NoEmitOnErrorsPlugin
  • Remove NoErrorsPlugin as webpack deprecated this
  • Update all outdated devDependecnies to latest builds
  • Update and simplify .babelrc
  • Remove all plugins from .babelrc and package.json and add stage-0 preset
Breaking Changes
  • None