0.0.19 • Published 3 years ago

@outsmartly/babel-plugin-outsmartly-react v0.0.19

Weekly downloads
27
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

@outsmartly/babel-plugin-outsmartly-react

Usage

Using Next.js or Gatsby? Use @outsmartly/next-plugin-outsmartly or @outsmartly/gatsby-plugin-outsmartly instead.

Add it to your .babel.rc, babel.config.js, or similar.

{
  "plugins": [
    "@outsmartly/babel-plugin-outsmartly-react"

    // OR WITH OPTIONS

    ["@outsmartly/babel-plugin-outsmartly-react", {
      "analysisDir": "path/to/dir/"
    }]
  ]
}

Using Next.js? You do not need to install this! It is automatically setup for you when using @outsmartly/next-plugin-outsmartly.

Options

analysisDir: string = `${process.cwd()}/.outsmartly/analysis/`

Where the plugin writes the analysis output files that will be picked up and used by the Outsmartly CLI. Note that if you change this, you also need to tell the CLI where to find them.

License

This is commerical, non-open source software. See LICENSE.

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.10-alpha.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago