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 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

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 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: 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 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 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

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

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

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

Limit Webpacker RAM on compile for production Discussion

0
General

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...

ArgumentError: Malformed version number string Yarn v0.1.1 2011 Jesper Kjeldgaard

2
Ruby
I have webpacker gem and yarn gem.. and I'm stuck with this error: (help please :))# console $ bin/rails webpacker:install rails aborted! ArgumentError: Malformed version number string Yarn v0.1.1 ...
huzefa-amura replied

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

DataTables Install via Webpacker

4
General
Anyone get this to work? Details here: https://datatables.net/forums/discussion/57642/installation-issues-rails-yarn-webpacker#latest
Greg Blass replied
Solved

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

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

How do I deploy webpacker with nvm with capistrano?

2
Rails
Hi, Was following your tutorial for capistrano but did not see any webpacker in there :(. Right now I am having a problem that cap seems to be finding my old node version before I installed nvm...
Greg Blass replied

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

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