UNPKG
gatsby-plugin-vwo
Version:
latest (1.0.0)
1.0.0
Plugin to add VWO to your Gatsby site
github.com/ynnoj/gatsby-plugin-vwo
ynnoj/gatsby-plugin-vwo
gatsby-plugin-vwo
/
gatsby-node.js
7 lines
(6 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
exports
.
onPreBootstrap
=
(
{ reporter }, pluginOptions
) =>
{
if
(!pluginOptions || !pluginOptions.
accountId
)
return
reporter.
panic
(
'gatsby-plugin-vwo: You must provide your VWO account ID'
) }