Skip to content

Commit

Permalink
Remove version specification for coffeescript
Browse files Browse the repository at this point in the history
coffee-loader already supports CoffeeScript 2.
webpack-contrib/coffee-loader#30
  • Loading branch information
ohbarye committed Mar 27, 2018
1 parent d418bcf commit 64ce728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/coffee.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"#{Webpacker.config.source_entry_path}/hello_coffee.coffee"

say "Installing all Coffeescript dependencies"
run "yarn add coffeescript@1.12.7 coffee-loader"
run "yarn add coffeescript coffee-loader"

say "Webpacker now supports Coffeeescript 🎉", :green

0 comments on commit 64ce728

Please sign in to comment.