This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Do not remove comments from Truffle config file when deploying to a Ganache network #257
Labels
bug
Something isn't working
When deploying contracts to a Ganache network, the Truffle config file, e.g.,
truffle-config.js
, is rewritten to add the selected network and deploy contracts to it. However, if the Truffle config file contains comments, these are removed. See example below.Expected behavior
Do not remove any comments from the Truffle config file. The extension should make just the minimal edit to add the selected Ganache network.
The text was updated successfully, but these errors were encountered: