argerim / select2-rails

Integrate Select2 javascript library with Rails asset pipeline
https://github.com/argerim/select2-rails
965 stars 374 forks source link

Change //= require select2 on import 'select2' #203

Open anko20094 opened 2 years ago

anko20094 commented 2 years ago

Is it possible change syntaxes a little? from://= require select2 on: import 'select2'

and the same with //= require select2_locale_"any possible language" on: import 'select2_locale_"any possible language"' last doesn't work now...