Skip to content

v1.6.0

Compare
Choose a tag to compare
@JFusco JFusco released this 05 Nov 20:55
· 24 commits to master since this release

Minor Release

Updates
  • Changes to webpack config files
  • Adding webpack dev server and hot loader
  • Now have a dev and a prod setting depending on NODE_ENV. Broke out config settings of webpack in to their own objects found in the /webpack directory
  • Re-organizing /src directory - we now have an index.html and an index.js file that will serve up the component so it can be developed on in webpack dev server
  • Adding scss loaders to webpack config and importing scss in to the component itself via import
  • Removing all gulp commands except scss-lint and clean - everything else can be ran via npm scripts.
Breaking Changes
  • None