-
From [this post](https://discuss.rubyonrails.org/t/guide-to-rails-7-and-the-asset-pipeline/80851/10)
```
The default (without node/yarn)
Rails 7: Import Maps + Sprockets
Rails 8: Impor…
-
@G-Rath @tomdracz Can either of you think of any possible issues with changing [Shakapacker's default asset rule](https://github.com/shakacode/shakapacker/blob/main/package/rules/file.js#L7) to use `a…
-
I know `importmap-rails` is not meant to be used with `package.json` but hear me out..
I'm all in favor of ditching the JS build step which complicates things a lot. But I would also like to have p…
-
Here's a live example:
https://codepen.io/trusktr/pen/WNPgwNZ/bbce4b6d555ab200054bed163ad6e0a7?editors=1000
The error:
```js
Uncaught Error: Unrecognized extension value in extension set ([o…
-
**Describe the bug**
![image](https://user-images.githubusercontent.com/41773861/206668203-670858e3-8891-4184-8b63-6420338e9f51.png)
![image](https://user-images.githubusercontent.com/41773861/2…
-
# Bug Report
I'm trying to add Futurism to a legacy Rails app running Rails 5.2, and I'm running into problems. Trying to recreate in a new 5.2 app has the same issues.
## Describe the bug
Ru…
-
Hi, the following doesn't seem to work:
```html
{
"imports": {
"react": "https://esm.sh/react@18.3.1",
"react-dom/client": "htt…
-
Just deploying my first rails 7 app to production. Nginx + Passenger after RAILS_ENV=production assets:precompile. Getting javascript error:
`TypeError: Module name, 'uikit' does not resolve to a…
-
Hi, tattali, great bundle!
I put together a demo using the CRUD example (Booking.php), wrapped it in a bootstrap admin theme, and it's available now at
https://calendar-bundle-demo.herokuapp.co…
-
### Feature Use Case
The assumption made here: https://github.com/rollup/rollup/pull/3634 was to load the browser version by default for Deno targets. However, this is not always the best scenario. T…