* Seed repo * Travis matrix for JS & Rust * Update with cleaned latest schnorrkel * Delete node-test.js * Update .gitignore * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update build.sh * Update .travis.yml * Update .travis.yml * Update build.sh * Update build.sh * Update build.sh * Update .travis.yml * Update build.sh * Pull in latest schnorrkel-js fork * Update schnorrkel README as per source * Build via ./test.sh * Move build to deps (only dep install) * Adapt for header * Show build output
17 lines
379 B
JavaScript
17 lines
379 B
JavaScript
module.exports = {
|
|
name: 'Polkadot JS WASM',
|
|
exclude: '**/*+(index|e2e|spec).ts',
|
|
excludeExternals: true,
|
|
excludeNotExported: true,
|
|
excludeProtected: true,
|
|
excludePrivate: true,
|
|
hideGenerator: true,
|
|
includeDeclarations: false,
|
|
out: 'docs',
|
|
module: 'commonjs',
|
|
moduleResolution: 'node',
|
|
mdEngine: 'gitbook',
|
|
stripInternal: 'true',
|
|
theme: 'markdown'
|
|
};
|