mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top
This commit is contained in:
@@ -53,6 +53,10 @@ function getDefaultConfiguration() {
|
||||
'https-proxy-agent': false,
|
||||
},
|
||||
extensions: ['.js', '.json'],
|
||||
// We don't want to webpack any of the local dependencies:
|
||||
// ripple-address-codec, ripple-binary-codec, ripple-keypairs, which are
|
||||
// symlinked together via lerna
|
||||
symlinks: false,
|
||||
fallback: {
|
||||
buffer: require.resolve('buffer/'),
|
||||
assert: require.resolve('assert/'),
|
||||
|
||||
Reference in New Issue
Block a user