build: 调整
Showing
... | @@ -103,40 +103,6 @@ | ... | @@ -103,40 +103,6 @@ |
"reinstall": "rm ./node-modules/ -rf && rm package-lock.json && rm ./build/ -rf && npm install & npm run build", | "reinstall": "rm ./node-modules/ -rf && rm package-lock.json && rm ./build/ -rf && npm install & npm run build", | ||
"ganache-cli": "npx ganache-cli" | "ganache-cli": "npx ganache-cli" | ||
}, | }, | ||
"browserify": { | |||
"transform": [ | |||
[ | |||
"babelify", | |||
{ | |||
"sourceMapsAbsolute": false, | |||
"sourceMaps": true, | |||
"plugins": [ | |||
[ | |||
"module:fast-async", | |||
{ | |||
"runtimePattern": null, | |||
"compiler": { | |||
"es7": true, | |||
"noRuntime": true, | |||
"promises": true, | |||
"wrapAwait": true | |||
} | |||
} | |||
], | |||
[ | |||
"module:babel-plugin-yo-yoify" | |||
], | |||
[ | |||
"module:@babel/plugin-transform-object-assign" | |||
] | |||
], | |||
"presets": [ | |||
"@babel/preset-env" | |||
] | |||
} | |||
] | |||
] | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"@erebos/bzz-node": "^0.13.0", | "@erebos/bzz-node": "^0.13.0", | ||
"@ethereumjs/block": "^3.5.1", | "@ethereumjs/block": "^3.5.1", | ||
... | ... |
Please
register
or
sign in
to comment