()
| 7 | const name = 'mixpanel' |
| 8 | |
| 9 | const logMessage = () => { |
| 10 | console.log(`${name} not available in node.js yet. Todo implement https://github.com/mixpanel/mixpanel-node`) |
| 11 | } |
| 12 | |
| 13 | /* Export the integration */ |
| 14 | function mixpanelPlugin(userConfig = {}) { |