UNPKG
@openzeppelin/solidity-loader
Version:
latest (1.5.1)
1.5.1
1.5.1-rc.0
1.4.6
1.4.5
Webpack Solidity Hot Loader
github.com/OpenZeppelin/solidity-loader
OpenZeppelin/solidity-loader
@openzeppelin/solidity-loader
/
test
/
project
/
blueprint-truffle-config.js
13 lines
(12 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.exports = {
//
See
<
http:
/
/truffleframework.com/docs
/advanced/configuration
>
//
to customize your
Truffle
configuration!
contracts_build_directory:
'./build'
,
networks:
{
development:
{
host:
'127.0.0.1'
,
port:
8545
,
network_id:
'*'
, }, }, };