You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.