Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add plugin for webpack hashes (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorc authored and dvdgs88 committed May 18, 2018
1 parent ea8bbd4 commit 7f74a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/webpacker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ def package_command_resources
end

def resources
[['jquery', '3.3.1'], ['select2', '4.0.3'], ['lodash', '4.16.6']]
[['jquery', '3.3.1'],
['select2', '4.0.3'],
['lodash', '4.16.6'],
['webpack-md5-hash','0.0.6']]
end

end
Expand Down

0 comments on commit 7f74a21

Please sign in to comment.