Bundle xrpl-accountlib and expose throw require syntax.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user