Search Results for "webpacker"
Lessons
Forum Threads

webpacker
0
Javascript
I installed webpacker but when i start the server i get this Webpacker::Manifest::MissingEntryError in Main#index, how do i get this out of the way it has gotten frustrating.
Muganda Dizo posted

Webpacker failing to compile environment.js after upgrade to webpacker 5.0 gem
1
Javascript
For some odd reason, I receive "**Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration has an unknown property...
giovanni panasiti replied

Webpacker noob - so I saw your video and im using rails 6
3
Rails
how does one go by installing https://github.com/metafizzy/isotope with webpacker?
```
yarn add isotope-layout
```
```
require('isotope-layout')
```
now I get an error
```
.col-md-9
...
Gus P replied
Solved

Webpacker: How do I use images inside my .vue single file components?
0
Rails
We're using Rails and Webpacker with Vue single file components.
How do we insert images inside the `` ? A far as I can see there are many options.
**OPTION 1**:
Use .vue.erb (with webpacker erb...
TL posted

Webpacker Javascript Embed Code Snippet & Scoped Styles Discussion
10
General
@Chris Oliver, Nice series tutorial. I really enjoy this series of tutorial.
If you have time and If you will convert this embeddable series with React JS then it would be nice. I like your tutoria...
David GEISMAR replied

Webpacker error from Vue.js Trello Clone Series
4
Rails
Hey all, I have an error that I just can't get to the bottom of. While going through the awesome Vue.js Trello Clone tutorial I started seeing this:(Webpacker can't find application.css in /trello-...
Matthias Orgler replied
Solved

Webpacker requires Node.js >= 6.0.0 and you are using 0.10.30
3
General
I've got into bit of a mess. Posted this over on SO too, but no answers of use over there.
I've added Webpacked so I can install React.js. However, I think I've somehow buggered up my PATH and ba...
Simon Cooper replied
Solved

Checking webpacker is cause of for time sink
1
Rails
Working on a ruby on rails application.
Let's say I make a small change to any class file and make a request to some page on my application. Then my response times are increased by anywhere from 2...

Limit Webpacker RAM on compile for production Discussion
0
General

Vue + Webpacker: app works in development but doesn't mount template in production - blank screen with no errors in console!
1
Javascript
I'm using Rails 5.2.0 and Webpacker gem to deploy a Vue application.The show.html.erb file is very simple:<div data-behavior="vue-app"><MyComponent></MyComponent></div>And t...
John Meehan replied

Using Webpacker and Rails on AWS Elastic Beanstalk
10
General
Can anyone point me in the direction of documentation/tutorial for using Webpacker with Rails on Elastic Beanstalk? I have been playing with Tailwind CSS (which is great btw), and I'm getting a ver...
Simon Cooper replied
Solved

Using webpacker in Rails Engines?
6
Rails
I'm making a pluggable CMS engine and want to keep the JS/CSS (preferably by writing Tailwind components) in the engine. It works great with models, controllers, routes and the asset pipeline, but ...
Angel Garcia replied

Hotwire/Turbo + Webpacker/Stimulusjs
0
General
I think I'm confused. I love the functionality of Hotwire and experimented a little with it in a fresh app. I don't understand though, if I can also have Stimulusjs running - I have different needs...
Bevin posted

Rails repeats Webpacker packages if I go backwards (OwlCarousel, DataTables)
2
Rails
Hello there.
I've got a Rails app that repeats packages if I go back to the page that's supposed to render them.
For instance, my OwlCarousel with two images will multiply and have the carousel n...
cratag replied
Solved

Rails 6 webpacker with theme implementation error.
0
Rails
I am creating one rails application with the latest version 6.1.3 and ruby version 2.7.2. I have one old theme and I want to integrate it into my application.
But somehow I can not able to integra...
bhadresh chotaliya posted

Blazer and webpacker
0
General
Hi, lads!
It looks like blazer requires default asset pipeline and doesn't work with webpacker. Did you saw any hack/fork how to make them work together?
Alexey Poimtsev posted

Need help on Webpacker issue with Rails 6
0
Rails
I am using Rails 6, Ruby 2.7, and Webpacker 4. X
I am getting below error
ActionView::Template::Error (Webpacker can't find application.js in /Users/developer/Documents/Projects/knowhub/public/pack...
swathi arisankula posted

Shrine default_url with webpacker
1
Rails
I am using Rails 6.1.1 with webpacker and Shrine. The issue I am coming across is using the default URL plugin with webpacker based assets. When I use it in development it seems to load just fine b...
Dieter Lunn replied
Solved

https://gorails.com/episodes/webpacker-javascript-in-rails-6
2
General
Hi Chris
Thanks for the Episode.
I'm new for Rails 6, and when I followed your lesson I've got the multi dubbing of the flatpickr on going the back page in a browser. Like this: [see screenshot](h...
Ted Leason replied

rails 6 favicon.ico Webpacker can't find favicon.ico
2
General
app/javascripts/packs/application.js:
import "favicons"
app/javascripts/packs/favicons.js:
const faviconsContext = require.context(
‘!!file-loader?name=../images/favicons/[name].[ext]!.’,
true...
Stéphane Paquet replied