[Deno](https://deno.land/) front-end integration for [Django](https://www.djangoproject.com/), version 0.1.0.
The Deno web service supports [rollup.js](https://rollupjs.org/) bundle ([drollup](https://deno.land/x/drollup)) generation to automatically provide [es6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) bundles for [Django](https://www.djangoproject.com/) projects, including scripts from [Django packages static files](https://docs.djangoproject.com/en/dev/howto/static-files/).
That enables generation of minified [terser](https://terser.org/) bundles and / or [systemjs](https://github.com/systemjs/systemjs) bundles, the later ones are compatible to IE11.
Note that currently it supports only [es6 modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), not the full transpiling of es5 to es6, so it assumes that the developing code has es6 imports / exports but the rest of code is written with es5 syntax.