mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-07 18:56:40 +00:00
@@ -11,7 +11,7 @@ function getDefaultConfiguration() {
|
||||
stats: 'errors-only',
|
||||
entry: './dist/npm/index.js',
|
||||
output: {
|
||||
library: 'ripple',
|
||||
library: 'xrpl',
|
||||
path: path.join(__dirname, 'build/'),
|
||||
filename: `xrpl.default.js`,
|
||||
},
|
||||
@@ -60,7 +60,7 @@ function webpackForTest(testFileName) {
|
||||
cache: true,
|
||||
externals: [
|
||||
{
|
||||
'xrpl-local': 'ripple',
|
||||
'xrpl-local': 'xrpl',
|
||||
net: 'null',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user