Colt Steele 947290016d Add html-loader, file-loader, and clean-webpack-plugin
- Added html-loader to automatically require the files we reference in img tags
- Added file-loader to handle the svg,png,jpg,gif files from our images
- Configured file-loader to add our images to an imgs directory in dist
- Also configured it to add a hash to their filenames
- Lastly, added clean-webpack-plugin to our production config to clean out the dist directory each time we build
2019-03-05 18:13:21 -08:00
Description
No description provided
114 KiB
Languages
JavaScript 68%
HTML 31%
SCSS 1%