2 Commits

Author SHA1 Message Date
f25e752a04
fix: add fallback for Node.js built-in modules in webpack config 2026-01-31 13:47:58 +08:00
d8ecb31f7b
ci: Add webpack configuration and license file for bundle.js
- Created webpack.config.js to configure the build process for the application.
- Set entry point to app.js and output to precompiled/bundle.js.
- Excluded node_modules from the bundle and specified external dependencies.
- Added Babel loader for transpiling JavaScript files.
- Included a license file for regenerator-runtime in precompiled directory.
2026-01-31 13:35:04 +08:00