Django webpack loader is a library in webpack that takes the output generated by webpack-bundle-tracker and use the generated extract in django.
Questions tagged [django-webpack-loader]
31 questions
0
votes
0 answers
Why BUNDLE_DIR_NAME of webpack is shown wrongly ?
I'd like to use webpack in Django
Then, I set up like this.
WEBPACK_LOADER = {
'DEFAULT' : {
'BUNDLE_DIR_NAME': 'front/bundles/',
'STATS_FILE': os.path.join(BASE_DIR, 'front/webpack-stats.json'),
}
}
However,…

1Sun
- 2,305
- 5
- 14
- 21