Bundle xrpl-accountlib and expose throw require syntax.

This commit is contained in:
muzam1l
2023-02-09 15:41:06 +05:30
parent a7e59d7b73
commit ca81d8ad41
5 changed files with 759 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ module.exports = {
config.resolve.fallback.fs = false
}
config.module.rules.push({
test: /\.md$/,
test: [/\.md$/, /hook-bundle\.js$/],
use: 'raw-loader'
})
return config