Marcelo Shima
Marcelo Shima
Is there a way to debug the error? ``` x Build failed in 2.20s error during build: Unexpected early exit. This happens when Promises returned by plugins cannot resolve. Unfinished...
Generated esm plugins are generated like `plugin/duration/index.js`, but import still points to `import dayjs from '../index'`, but it should be `import dayjs from '../../index'`. - Fix imports. - Add tests....
Main types `index.d.ts` doesn’t exist. Fix types to match '.' exports. ref: https://github.com/jhipster/generator-jhipster/pull/27179
Related to https://github.com/SBoudrias/Inquirer.js/issues/1527.
--- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where necessary -...
Related to https://github.com/jhipster/generator-jhipster/issues/27107. --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added...
##### **Overview of the feature request** Issues found in v8.7.1 release: - [x] `generator-jhipster/eslint` exported does not work correctly. Workaround: [cleanup exported object](https://github.com/jhipster/generator-jhipster-micronaut/blob/aaa6665e22daa800466591dc1a1ccfbd4de9ffa2/eslint.config.js#L3-L6) Fixed in https://github.com/jhipster/generator-jhipster/pull/27359 - [x] internal: if...
##### **Overview of the feature request** Vue is still using webpack as microfrontend. With vite alternative reaching v1.0.0 it’s time to try the switch again. Version 1.0.0 switched to `@module-federation/runtime`...
Fix https://github.com/jhipster/generator-jhipster/issues/27489 --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where...