-
Hi,
the styles of the module are not getting loaded in Webpacker and instead get loaded directly in the page but after the main webpacker css file, therefore overwriting the app own styling.
Is …
-
We currently require Node 14 which is pretty ancient. We should update to Node 20 which is the current LTS version.
The problem with this is that `webpacker` is not compatible with Node 20 - we get…
-
docker-compose up webpacker
Creating chaskiq-master_webpacker_1 ... done
Attaching to chaskiq-master_webpacker_1
webpacker_1 | /usr/local/lib/ruby/site_ruby/2.6.0/bundler/definition.rb:495:in `val…
-
https://github.com/rails/webpacker#webpacker-has-been-retired-
-
Hi there,
are you planning on improving the compatibility of mountain_view with [webpacker](https://github.com/rails/webpacker) / Rails 5.1?
For instance, I'd like to load my components SCSS and…
Spone updated
6 years ago
-
How should we handle importing the assets via Rails 6 webpacker? The proposed solutions online involve using ERB to hackily import it, when the best solution might be to try and create an npm module w…
-
Webpacker 3.1 introduces a new API to setup Webpacker, and this breaks our use of `webpack-merge`. This will be fixed in Webpacker 3.1.2, but we should switch to the Webpacker API to properly handle t…
-
There are a few bits of JavaScript that have ended up in public/js because I can't figure out how to get Webpacker to do what I want. This all needs fixing.
denny updated
3 years ago
-
This looks like a great library, but unfortunately it appears I can't use it.
I'm using [react-rails](https://github.com/reactjs/react-rails) (with webpacker) to run React components in the fronten…
-
When I require mdbootstrap in a webpacker pack (Rails 6 application), the following error is outputed:
- Firefox: TypeError: "exports" is read-only
- Chrome: Uncaught TypeError: Cannot assign to r…