Messing around trying to understand Webpack but also eventHandling in JS.
This repository is really for experimenting. Expected behaviours are defined in tests using Playwright.
# bundle javascript
npm install
# run bundling
npm run build
To run the tests:
npm run test