/** * Re2o VueJS configuration * * Each VueJS components in static/components are compiled into asynchronous * chunks in static/bundles. * Then you can use for exemple to call * the HelloWorld component. */ module.exports = { // Output to Django statics outputDir: './static/bundles/', };