Go to file
The Odin Project 70a3e0ac87 Initial commit 2024-02-20 20:12:56 +00:00
src Initial commit 2024-02-20 20:12:56 +00:00
.eslintrc.json Initial commit 2024-02-20 20:12:56 +00:00
.gitignore Initial commit 2024-02-20 20:12:56 +00:00
.prettierignore Initial commit 2024-02-20 20:12:56 +00:00
.prettierrc Initial commit 2024-02-20 20:12:56 +00:00
LICENSE Initial commit 2024-02-20 20:12:56 +00:00
README.md Initial commit 2024-02-20 20:12:56 +00:00
package-lock.json Initial commit 2024-02-20 20:12:56 +00:00
package.json Initial commit 2024-02-20 20:12:56 +00:00
webpack.common.js Initial commit 2024-02-20 20:12:56 +00:00
webpack.dev.js Initial commit 2024-02-20 20:12:56 +00:00
webpack.prod.js Initial commit 2024-02-20 20:12:56 +00:00

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