rykener / django-manifest-loader

Simplifies webpack configuration with Django
https://django-manifest-loader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

[Question] Is there a way to include Django Admin assets? #47

Open mitchellcarroll opened 3 years ago

mitchellcarroll commented 3 years ago

Hi,

Thanks for this project, it's been a great help to me! I was wondering if there was an easy way to include the default admin assets in the Webpack build?

Currently I have custom CSS & JS being bundled through Webpack and rendering correctly with the help of the manifest loader but I am having a hard time figuring out how to include the admin files. Any help would be appreciated.

Thanks in advance!