yasithdev opened a new pull request, #153:
URL: https://github.com/apache/airavata-portals/pull/153

   ## Summary
   Migrates the **auth** app frontend from Vue CLI 5 / webpack to **Vite 5 + 
@vitejs/plugin-vue2** (Vue 2.7), following the same pattern as the other app 
migrations. Builds cleanly on Node 26.
   
   - Single page entry `user-profile` (the `user_profile` view renders 
`base.html` with `bundle_name="user-profile"`) → ES module bundle; 
`django-webpack-stats` emits a django-webpack-loader-compatible 
`webpack-stats.json`.
   - `base.html` loads the bundle via `<script type="module">` and drops the 
dead `chunk-vendors` reference.
   - `bootstrap` and `bootstrap-vue` were unused direct dependencies (provided 
transitively via `django-airavata-common-ui`) and are dropped, along with 
`core-js`/`terser`/`browserslist` and the `@vue/cli-*`/`webpack` devDeps. Keeps 
`vuex` and `vuelidate` (directly imported by the profile editors).
   
   ## Test plan
   - `yarn install` + `yarn build` succeed on Node 26; stats lists the 
`user-profile` entry (js + css).
   - `yarn lint` clean.
   - `base.html` compiles; offline render against the Vite stats emits the 
correct `<link>`/`<script type="module">` for `bundle_name=user-profile`.
   - `manage.py check` — no issues.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to