UNPKG

gatsby-plugin-vwo

Version:
7 lines (6 loc) 209 B
exports.onPreBootstrap = ({ reporter }, pluginOptions) => { if (!pluginOptions || !pluginOptions.accountId) return reporter.panic( 'gatsby-plugin-vwo: You must provide your VWO account ID' ) }