Closed sdafforn closed 2 years ago
Please include the source map files in /dist for minified javascript source files. In Django 4, running collectstatic in the staticfiles app to self-host third-party files will fail without a vendor's source map file.
/dist
collectstatic
staticfiles
Done, thanks!
Please include the source map files in
/dist
for minified javascript source files. In Django 4, runningcollectstatic
in thestaticfiles
app to self-host third-party files will fail without a vendor's source map file.