introduce importmaps (#983)
* introduce importmaps This commit introduces importmaps. They allow to use modern javacript ESM within rails without webpack, yarn etc. see https://github.com/rails/importmap-rails for more details. Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de> Co-authored-by: FGU <fgu@pragma-shift.net> * fix: rubocop violations --------- Co-authored-by: FGU <fgu@pragma-shift.net>
This commit is contained in:
parent
a8b2f387db
commit
026c3a6285
9 changed files with 17 additions and 3 deletions
1
Gemfile
1
Gemfile
|
|
@ -124,4 +124,5 @@ group :test do
|
|||
gem 'rswag-specs'
|
||||
end
|
||||
|
||||
gem "importmap-rails", "~> 1.1"
|
||||
gem "terser", "~> 1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue