Go to file Use this template
NetMan add6cad155 Initial template commit 2024-02-20 21:11:08 +01:00
src Initial template commit 2024-02-20 21:11:08 +01:00
.eslintrc.json Initial template commit 2024-02-20 21:11:08 +01:00
.gitignore Initial template commit 2024-02-20 21:11:08 +01:00
.prettierignore Initial template commit 2024-02-20 21:11:08 +01:00
.prettierrc Initial template commit 2024-02-20 21:11:08 +01:00
LICENSE Initial template commit 2024-02-20 21:11:08 +01:00
README.md Initial template commit 2024-02-20 21:11:08 +01:00
package-lock.json Initial template commit 2024-02-20 21:11:08 +01:00
package.json Initial template commit 2024-02-20 21:11:08 +01:00
webpack.common.js Initial template commit 2024-02-20 21:11:08 +01:00
webpack.dev.js Initial template commit 2024-02-20 21:11:08 +01:00
webpack.prod.js Initial template commit 2024-02-20 21:11:08 +01: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