matestack / matestack-ui-bootstrap

As an extension for Matestack Ui Core, Matestack Ui Bootstrap ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before!
https://docs.matestack.io/matestack-ui-bootstrap
MIT License
11 stars 4 forks source link

Update package.json to support ESM #21

Open codenamev opened 3 years ago

codenamev commented 3 years ago

With this in place, we can now use matestack-ui-bootstrap as an ES Module, and ultimately, with [importmap-rails[(https://github.com/rails/importmap-rails).

I followed the suggestion outlined in Skypack's documentation as the path of least resistance.