Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When Trix was [updated][1] from 1.3.1 to 2.0.4, the ESM bundle of 2.0.4 was used instead of the UMD bundle (the vendored 1.3.1 file used the UMD bundle). This leads to issues when trying to use Trix with sprockets because the ESM bundle declares variables like they are scoped to the file but sprockets will see them as scoped globally. This commit fixes the issue by replacing the Trix ESM bundle with the UMD bundle (and upgrades it from 2.0.4 to 2.0.7). Additionally, a Rake task has been added similar to one previously [added][2] to the guides for automatic vendoring using Importmap::Packager. [1]: fab1b52 [2]: a42863f
- Loading branch information