Ghost/ghost/sdk/theme-dropin/nwb.config.js
Rishabh Garg 56bbc14d43 Created drop-in script module for ghost themes (#19)
* 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
2018-11-15 14:36:51 +07:00

11 lines
145 B
JavaScript

module.exports = {
type: 'web-module',
npm: {
esModules: false,
umd: {
global: 'GhostMembers',
externals: {}
}
}
}