Webpacker: Rails 5.1.0.rc1 ships with a webpacker version which doesn't include vue task

Created on 25 Mar 2017  Â·  2Comments  Â·  Source: rails/webpacker

Related to this Rails issue: https://github.com/rails/rails/issues/28573

Webpacker 1.0 gem ships without the webpack:install:vue rake task, so on Rails 5.1.0.rc1 rails new rails_vue --webpack=vue fails.

Replacing gem 'webpacker' with gem 'webpacker', github: 'rails/webpacker' makes the rake task webpacker:install:vue available, fixing this issue.

Most helpful comment

Going to cut a 1.1 release.

On Mar 25, 2017, at 16:29, Maurizio De Santis notifications@github.com wrote:

Related to this Rails issue: rails/rails#28573

Webpacker 1.0 gem ships without the webpack:install:vue rake task, so rails new rails_vue --webpack=vue fails.

Replacing gem 'webpacker' with gem 'webpacker', github: 'rails/webpacker' in the Gemfile fixes the issue.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 2 comments

Going to cut a 1.1 release.

On Mar 25, 2017, at 16:29, Maurizio De Santis notifications@github.com wrote:

Related to this Rails issue: rails/rails#28573

Webpacker 1.0 gem ships without the webpack:install:vue rake task, so rails new rails_vue --webpack=vue fails.

Replacing gem 'webpacker' with gem 'webpacker', github: 'rails/webpacker' in the Gemfile fixes the issue.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Released

Was this page helpful?
0 / 5 - 0 ratings