2 Commits

Author SHA1 Message Date
Colt Steele
65c2ac4709 Add first loaders to handle css
- Installed style-loader and css-loader
- Configured webpack.config to use both loaders on css files
- Remember the order we use them in webpack.config matters
2019-03-05 14:50:31 -08:00
Colt Steele
d13f75ab6c Add webpack config file
- Created webpack.config.js
- Added some basic configuration
- Modified package.json, so that webpack uses our config file
2019-03-05 11:48:38 -08:00