- Issue created by @Anybody
- π©πͺGermany woldtwerk Stralibu
Hey there,
I made a little refactoring to use core/sortable. Seems to work just fine.I'm a little confused about the es6.js stuff. how do you transpile that? There is no {composer|package}.json command.
Is it even wanted anymore? Core removed the es6.js files and just puts the es6 stuff in normal .js files.Would appreciate some guidance for a proper merge request.
thanks. - πΊπΈUnited States sethhill
I've been using https://github.com/front/drupal-js-build to transpile the es6 files, only because I wasn't clear on the implications of moving entirely to es6 while this module supports D9 compatibility. I was thinking it would make sense to move entirely to es6 in a forthcoming version where we drop D9 compatibility.