This webpack starter is based on @sz-piotr's webpack starter. It provides a webpack-based foundation for optimized game development for the Game Jam js13k.
The base size of the empty application is 594
bytes (4% of the allowed size).
- HTML, JS & CSS minification
- Tree shaking and module concatenation
- Code inlining (the entire application is a single
index.html
file) - Development server with source maps
- Generation of submission files (including the
.zip
file) - User-friendly size reports
- ESLint + Prettier
yarn && yarn start
The server will be listening on port 8080
yarn build
The script will fail if the generated ZIP file is above 13kb.