diff --git a/src/app/compiler/compiler-input.js b/src/app/compiler/compiler-input.js index 0929a3be3d..c5de89f735 100644 --- a/src/app/compiler/compiler-input.js +++ b/src/app/compiler/compiler-input.js @@ -13,7 +13,7 @@ module.exports = (sources, opts) => { outputSelection: { '*': { '': [ 'legacyAST' ], - '*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] + '*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] } } }