lib/install/vue.rb in webpacker-1.1 vs lib/install/vue.rb in webpacker-1.2
- old
+ new
@@ -8,8 +8,8 @@
puts "Copying vue app file to #{Webpacker::Configuration.entry_path}"
copy_file "#{__dir__}/examples/vue/app.vue", "#{Webpacker::Configuration.entry_path}/app.vue"
puts "Installing all vue dependencies"
-run "./bin/yarn add vue vue-loader vue-template-compiler sass-loader node-sass css-loader"
+run "./bin/yarn add vue vue-loader vue-template-compiler"
puts "Webpacker now supports vue.js 🎉"