56bbc14d43
* Added WIP drop-in script for prototype * Cleaned up theme dropping script module - Updated layer2 to work with reload as an option, as well as sign-in cta on the page * Handle cat failure * Updated SDK data attires * Used commonjs exports * Used browserify for the build
11 lines
145 B
JavaScript
11 lines
145 B
JavaScript
module.exports = {
|
|
type: 'web-module',
|
|
npm: {
|
|
esModules: false,
|
|
umd: {
|
|
global: 'GhostMembers',
|
|
externals: {}
|
|
}
|
|
}
|
|
}
|