mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-24 03:00:25 -04:00
feat: return raw data from transcript and move parsing to client side (#92)
This commit is contained in:
@@ -37,8 +37,8 @@ module.exports = [
|
||||
target: 'web',
|
||||
mode: isProd ? 'production' : 'development',
|
||||
entry: {
|
||||
'full-integration-swapi.spec': path.join(__dirname, 'test', 'specs', 'full-integration-swapi.spec.ts'),
|
||||
'simple-verify': path.join(__dirname, 'test', 'specs', 'simple-verify.spec.ts'),
|
||||
'full-integration-swapi.spec': path.join(__dirname, 'test', 'e2e', 'full-integration-swapi.spec.ts'),
|
||||
'simple-verify': path.join(__dirname, 'test', 'e2e', 'simple-verify.spec.ts'),
|
||||
},
|
||||
output: {
|
||||
path: __dirname + '/test-build',
|
||||
|
||||
Reference in New Issue
Block a user