SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.15k stars 659 forks source link

Weebpack configuration #1557

Closed golu7679 closed 11 months ago

golu7679 commented 12 months ago

I am using typescript in my expressjs project and I am adminjs too, so can I build my expressjs project with webpack, is it possible or not?

dziraf commented 11 months ago

If you mean the frontend, then no. AdminJS uses it's own Rollup configuration for bundling custom components which you'd have to replicate in Webpack to produce the same type of files.

golu7679 commented 11 months ago

Okay, Thank you