| 
				
					
						 | 
			||
|---|---|---|
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
| webpack.common.js | ||
| webpack.dev.js | ||
| webpack.prod.js | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Odin Webpack Template
A template created for future webpack projects to avoid later hassle
Included
- webpack
- css-loader
 - images (png, gif, jpe?g, webp, svg)
 - fonts (woff, woff2, otf, ttf, eot)
 
 - eslint (airbnb)
 - prettier
 
License
ISC