yasithdev opened a new pull request, #150: URL: https://github.com/apache/airavata-portals/pull/150
## Summary Migrates the **dataparsers** app frontend from Vue CLI 5 / webpack 4 to **Vite 5 + @vitejs/plugin-vue2** (Vue 2.7), following the same pattern as #149 (groups). Builds cleanly on Node 26. - Three page entries — `parser-list`, `parser-details`, `parser-edit` — build to ES module bundles. - The `django-webpack-stats` plugin emits a django-webpack-loader-compatible `webpack-stats.json`, walking each entry's static-import closure so the shared `css/index.css` is listed for every page (cascade-correct). - `base.html` loads the entry via `<script type="module">` and drops the dead `chunk-vendors`/`chunk-common` references. - `bootstrap`, `bootstrap-vue`, and `moment` were unused direct dependencies (provided transitively by `django-airavata-common-ui`) and are dropped, along with `core-js`/`terser`/`browserslist` and the `@vue/cli-*`/`webpack`/`vue-loader` devDeps. ## Test plan - `yarn install` + `yarn build` succeed on Node 26; stats lists all three entries with shared `css/index.css`. - `yarn lint` clean. - `dataparsers/base.html` compiles; offline render against the Vite stats emits correct `<link>`/`<script type="module">` per `bundle_name`. - `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]
