Closed (fixed)
Project:
DROWL Paragraphs
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2023 at 14:50 UTC
Updated:
30 Mar 2023 at 16:14 UTC
Jump to comment: Most recent
Comments
Comment #2
thomas.frobieter@anybody please review:
https://git.drupalcode.org/issue/drowl_paragraphs-3346991/-/commit/0a813...
Comment #5
anybodyMerged! Well done @thomas.frobieter
Comment #6
anybodyComment #7
thomas.frobieterAlso fixed in the other DROWL modules (no seperate issues - commit messages mention this issue here)
Comment #8
thomas.frobieterTurns out.. Gulp minify/uglify wasn't the problem here. Its simply Babels @babel/env preset, that adds the strict mode (see: https://stackoverflow.com/questions/33821312/how-to-remove-global-use-st...).
We dont care anymore about ES6 support, so I'll remove this.
However, we leave the JS files unminified and let Drupal do the job, even if its unrelated to the origin issue.