File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
say "Adding configurations"
20
20
environment <<CONFIG , env : :development
21
- # Verifies that versions and hashed value of the package contents in the project's package.json
22
- config.webpacker.check_yarn_integrity = true
23
-
21
+ # Verifies that versions and hashed value of the package contents in the project's package.json
22
+ config.webpacker.check_yarn_integrity = true
24
23
CONFIG
25
24
environment <<CONFIG , env : :production
26
- # Verifies that versions and hashed value of the package contents in the project's package.json
27
- config.webpacker.check_yarn_integrity = false
28
-
25
+ # Verifies that versions and hashed value of the package contents in the project's package.json
26
+ config.webpacker.check_yarn_integrity = false
29
27
CONFIG
30
28
31
29
if File . exists? ( ".gitignore" )
You can’t perform that action at this time.
0 commit comments