Marcelo Shima

Results 573 comments of Marcelo Shima

We should drop custom BrowserSync config from wepback. Webpack should be replaced with esbuild based compiler.

Not reproducible. ```sh jhipster from-issue 24134 --force n 20 cd ~/git/jhipster-samples/issues/24134 npm install ./gradlew .... ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **...

> I believe this happens with Node 20. Can you please try Node 18 and let us know if it works? @mraible I've used node 20. I updated the steps...

I don’t see this erro in CI for a while. I suppose it’s fixed.

We probably should drop `browser-sync-webpack-plugin` in angular.

Could not reproduce: ````diff $ npx [email protected] jdl bug-tracker.jdl --skip-install ... $ echo 'entity Foo { name String } ' >> bug-tracker.jdl $ npx [email protected] jdl bug-tracker.jdl --skip-install --dry-run ██╗...

> Webpack should be removed, even in monolith applications, as it is excessively sluggish for development or production builds; angular esbuild is ten times quicker. It is day and night...

For module augmentation it's possible to use export: ``` export type { } from '../global.js' ```

JHipster doesn’t provides service discovery in default configuration.