[Vuejs]-Django + Webpack + Vue + Code splitting โ€“ How to change load url of chunk files

0๐Ÿ‘

โœ…

Try adding publicPath: '/static/js/' to output.

Also, if you serve your js from your Django template page, you can use django-webpack-loader, it simplifies serving js files and supports hot module reloading.

Leave a comment