rename browser library (#1637)

* rename browser library
This commit is contained in:
Nathan Nichols
2021-09-21 13:15:43 -07:00
committed by GitHub
parent a92b611377
commit 53ceaa9838

View File

@@ -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',
},
],