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

Commit 7f74a21

Browse files
pablorcdvdgs88
authored andcommitted
Add plugin for webpack hashes (#87)
1 parent ea8bbd4 commit 7f74a21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recipes/webpacker.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ def package_command_resources
3737
end
3838

3939
def resources
40-
[['jquery', '3.3.1'], ['select2', '4.0.3'], ['lodash', '4.16.6']]
40+
[['jquery', '3.3.1'],
41+
['select2', '4.0.3'],
42+
['lodash', '4.16.6'],
43+
['webpack-md5-hash','0.0.6']]
4144
end
4245

4346
end

0 commit comments

Comments
 (0)