Releases: Dmitri-Sintsov/django-deno
Releases · Dmitri-Sintsov/django-deno
v0.1.4
Bugfix
Bugfix release
Static code analysis fixes
More reliable SourceFile.should_rollup()
Windows fixes
Initial release
Deno front-end integration for Django, version 0.1.0.
The Deno web service supports rollup.js bundle (drollup) generation to automatically provide es6 modules bundles for Django projects, including scripts from Django packages static files.
That enables generation of minified terser bundles and / or systemjs bundles, the later ones are compatible to IE11.
Note that currently it supports only es6 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.