Files
kantinen-wrapper/package.json
google-labs-jules[bot] c253588390 build: Integrate webpack into build script
- Add `webpack` as a devDependency in `package.json`.
- Update `build-bookmarklet.sh` to run `npm install --silent` and `npx webpack` automatically, ensuring the required `dist/kantine.bundle.js` is generated before packaging.

Co-authored-by: TauNeutrino <1600410+TauNeutrino@users.noreply.github.com>
2026-03-10 14:29:42 +00:00

8 lines
110 B
JSON

{
"devDependencies": {
"jsdom": "^28.1.0",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1"
}
}