Skip to content

Commit

Permalink
Use vue-loader stable version (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
holidayworking authored and gauravtiwari committed Dec 4, 2018
1 parent ae816d6 commit a7a936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/vue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"#{Webpacker.config.source_path}/app.vue"

say "Installing all Vue dependencies"
run "yarn add vue vue-loader@next vue-template-compiler"
run "yarn add vue vue-loader vue-template-compiler"

if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR > 1
say "You need to enable unsafe-eval rule.", :yellow
Expand Down

0 comments on commit a7a936b

Please sign in to comment.