Copied from https://github.com/volak/registry/blob/master/package-overrides/github/auth0/lock%407.1.1.json, seems to work.
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
{
|
|
format: 'global',
|
|
main: 'build/auth0-lock.min',
|
|
shim: {
|
|
'build/auth0-lock.min': {
|
|
exports: 'Auth0Lock'
|
|
}
|
|
}
|
|
}
|