0.0.74 • Published 4 years ago

@outsmartly/gatsby-plugin-outsmartly v0.0.74

Weekly downloads
71
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.73

4 years ago

0.0.71

4 years ago

0.0.72

4 years ago

0.0.70

4 years ago

0.0.69

4 years ago

0.0.68

4 years ago

0.0.65

4 years ago

0.0.66

4 years ago

0.0.67

4 years ago

0.0.64

4 years ago

0.0.63

4 years ago

0.0.62

4 years ago

0.0.61

4 years ago

0.0.60

4 years ago