Disable automatic optimization and change v:serve for new dev environment

This commit is contained in:
Dane Everitt 2018-07-14 15:07:19 -07:00
parent c82f273d85
commit d17442a096
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 2 additions and 2 deletions

View file

@ -90,6 +90,6 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": false
}
}