yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.48k stars 429 forks source link

Sprockets error in Rails 7 due to filename change in v4.25.0 #1337

Closed jdudley1123 closed 4 months ago

jdudley1123 commented 4 months ago

Prerequisites

Explanation

Problem

The main field in package.json points to tagify.min.js, but that file has been renamed in v4.25.0 to tagify.js. In Rails 7 this causes an error: Sprockets::FileNotFound couldn't find file '@yaireo/tagify' with type 'application/javascript'

Solution

Changing the value of main to tagify.js fixes the problem.