0.0.74 • Published 3 years ago

@outsmartly/gatsby-plugin-outsmartly v0.0.74

Weekly downloads
71
License
MIT
Repository
github
Last release
3 years ago

gatsby-plugin-outsmartly

The Outsmartly Gatsby plugin automatically integrates the Outsmartly SDK. It hooks into the compilation phase, client-side preloading, handles boilerplate code, and more.

Install

npm install --save @outsmartly/gatsby-plugin-outsmartly

Next, add '@outsmartly/gatsby-plugin-outsmartly' to the plugins array inside your gatsby-config.js:

gatsby-config.js
// Your file probably looks much more complex than this

module.exports = {
  plugins: ['@outsmartly/gatsby-plugin-outsmartly'],
  // etc...
};

Now we can initialize our project with Outsmartly:

npx outsmartly init

After following the prompts, you should now have a new outsmartly.config.js where you can add route Overrides and Interceptors.

0.0.74

3 years ago

0.0.73

3 years ago

0.0.71

3 years ago

0.0.72

3 years ago

0.0.70

3 years ago

0.0.69

3 years ago

0.0.68

3 years ago

0.0.65

3 years ago

0.0.66

3 years ago

0.0.67

3 years ago

0.0.64

3 years ago

0.0.63

3 years ago

0.0.62

3 years ago

0.0.61

3 years ago

0.0.60

3 years ago