diff --git a/webpack.config.js b/webpack.config.js index 6dd71857..fd37dc78 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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', }, ],