Go to file
NetMan ec621d42b3 Constraint API: setCustomValidity for password, and small fixes 2024-02-24 17:51:52 +01:00
src Constraint API: setCustomValidity for password, and small fixes 2024-02-24 17:51:52 +01: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 Finished - tailwind, code split, elements in HTML 2024-02-23 13:56:10 +01:00
package.json Finished - tailwind, code split, elements in HTML 2024-02-23 13:56:10 +01:00
postcss.config.js Finished - tailwind, code split, elements in HTML 2024-02-23 13:56:10 +01:00
tailwind.config.js Finished - tailwind, code split, elements in HTML 2024-02-23 13:56:10 +01:00
webpack.common.js Finished - tailwind, code split, elements in HTML 2024-02-23 13:56:10 +01: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